Color Hex Logo

#2ab54d Color Hex

#2AB54D
(42,181,77)
0 Favorites   0 Comments

Color spaces of #2ab54d

RGB 4218177
HSL0.380.620.44
HSV135°77°71°
CMYK 0.770.000.57   0.29
XYZ18.818334.075812.6066
Yxy34.07580.28730.5202
Hunter Lab58.3745-44.611928.0578
CIE-Lab65.0227-57.817142.2157

#2ab54d color RGB value is (42,181,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110101 01001101
Octal 52 265 115
Decimal 42 181 77
Hex 2A B5 4D

RGB Percentages of Color #2ab54d

%14.00
%60.33
%25.67

CMYK Percentages of Color #2ab54d

%77
%0
%57
%29

Triadic Colors of #2ab54d

#2ab54d #4d2ab5 #b54d2a

Analogous Colors of #2ab54d

#2ab54d #2ab593 #4db52a

Monochromatic Colors of #2ab54d

#2ab54d

Complementary Color

#2ab54d #b52a92

#2ab54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab54d Color CSS Codes

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

#2ab54d Text Font Color

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

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


#2ab54d Background Color

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

This div background color is #2ab54d


#2ab54d Border Color

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

This div border color is #2ab54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab54d


Comments

No comments written yet.

Please login to write comment.