Color Hex Logo

#2ab55b Color Hex

#2AB55B
(42,181,91)
0 Favorites   0 Comments

Color spaces of #2ab55b

RGB 4218191
HSL0.390.620.44
HSV141°77°71°
CMYK 0.770.000.50   0.29
XYZ19.367034.295315.4964
Yxy34.29530.28000.4959
Hunter Lab58.5622-43.452425.3045
CIE-Lab65.1963-55.760135.5728

#2ab55b color RGB value is (42,181,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110101 01011011
Octal 52 265 133
Decimal 42 181 91
Hex 2A B5 5B

RGB Percentages of Color #2ab55b

%13.38
%57.64
%28.98

CMYK Percentages of Color #2ab55b

%77
%0
%50
%29

Triadic Colors of #2ab55b

#2ab55b #5b2ab5 #b55b2a

Analogous Colors of #2ab55b

#2ab55b #2ab5a1 #3fb52a

Monochromatic Colors of #2ab55b

#2ab55b

Complementary Color

#2ab55b #b52a84

#2ab55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab55b Color CSS Codes

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

#2ab55b Text Font Color

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

This sample text font color is #2ab55b
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.


#2ab55b Background Color

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

This div background color is #2ab55b


#2ab55b Border Color

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

This div border color is #2ab55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab55b


Comments

No comments written yet.

Please login to write comment.