Color Hex Logo

#2ab52f Color Hex

#2AB52F
(42,181,47)
0 Favorites   0 Comments

Color spaces of #2ab52f

RGB 4218147
HSL0.340.620.44
HSV122°77°71°
CMYK 0.770.000.74   0.29
XYZ17.991833.74528.2545
Yxy33.74520.29990.5625
Hunter Lab58.0906-46.373632.2385
CIE-Lab64.7598-61.014454.5950

#2ab52f color RGB value is (42,181,47).

#2ab52f hex color red value is 42, green value is 181 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #2ab52f hue: 0.34 , saturation: 0.62 and the lightness value of 2ab52f is 0.44.

The process color (four color CMYK) of #2ab52f color hex is 0.77, 0.00, 0.74, 0.29. Web safe color of #2ab52f is #33cc33. Color #2ab52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110101 00101111
Octal 52 265 57
Decimal 42 181 47
Hex 2A B5 2F

RGB Percentages of Color #2ab52f

%15.56
%67.04
%17.41

CMYK Percentages of Color #2ab52f

%77
%0
%74
%29

Triadic Colors of #2ab52f

#2ab52f #2f2ab5 #b52f2a

Analogous Colors of #2ab52f

#2ab52f #2ab575 #6bb52a

Monochromatic Colors of #2ab52f

#2ab52f

Complementary Color

#2ab52f #b52ab0

#2ab52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab52f Color CSS Codes

.mybgcolor {background-color:#2ab52f; } 
.myforecolor {color:#2ab52f; }
.mybordercolor {border:3px solid #2ab52f; }

#2ab52f Text Font Color

<p style="color:#2ab52f">Text here</p>

This sample text font color is #2ab52f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2ab52f Background Color

<div style="background-color:#2ab52f">
Div content here</div>

This div background color is #2ab52f


#2ab52f Border Color

<div style="border:3px solid #2ab52f">
Div here</div>

This div border color is #2ab52f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,181,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ab52f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ab52f;
  -webkit-box-shadow: 1px 1px 3px 2px #2ab52f;
  box-shadow:         1px 1px 3px 2px #2ab52f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,181,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2ab52f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2ab52f;
  -webkit-box-shadow: 1px 1px 3px 2px #2ab52f;
  box-shadow:         1px 1px 3px 2px #2ab52f;">
Div content here</div>

This div box has shadow with color #2ab52f


Comments

No comments written yet.

Please login to write comment.