Color Hex Logo

#2ab74b Color Hex

#2AB74B
(42,183,75)
0 Favorites   0 Comments

Color spaces of #2ab74b

RGB 4218375
HSL0.370.630.44
HSV134°77°72°
CMYK 0.770.000.59   0.28
XYZ19.158334.867212.3769
Yxy34.86720.28850.5251
Hunter Lab59.0485-45.420428.9064
CIE-Lab65.6451-58.755543.8846

#2ab74b color RGB value is (42,183,75).

#2ab74b hex color red value is 42, green value is 183 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #2ab74b hue: 0.37 , saturation: 0.63 and the lightness value of 2ab74b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110111 01001011
Octal 52 267 113
Decimal 42 183 75
Hex 2A B7 4B

RGB Percentages of Color #2ab74b

%14.00
%61.00
%25.00

CMYK Percentages of Color #2ab74b

%77
%0
%59
%28

Triadic Colors of #2ab74b

#2ab74b #4b2ab7 #b74b2a

Analogous Colors of #2ab74b

#2ab74b #2ab792 #4fb72a

Monochromatic Colors of #2ab74b

#2ab74b

Complementary Color

#2ab74b #b72a96

#2ab74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab74b Color CSS Codes

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

#2ab74b Text Font Color

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

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


#2ab74b Background Color

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

This div background color is #2ab74b


#2ab74b Border Color

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

This div border color is #2ab74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab74b


Comments

No comments written yet.

Please login to write comment.