Color Hex Logo

#2ad580 Color Hex

#2AD580
(42,213,128)
0 Favorites   0 Comments

Color spaces of #2ad580

RGB 42213128
HSL0.420.670.50
HSV150°80°84°
CMYK 0.800.000.40   0.16
XYZ28.645449.639328.4936
Yxy49.63930.26830.4649
Hunter Lab70.4552-50.722725.3404
CIE-Lab75.8473-60.664230.4314

#2ad580 color RGB value is (42,213,128).

#2ad580 hex color red value is 42, green value is 213 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #2ad580 hue: 0.42 , saturation: 0.67 and the lightness value of 2ad580 is 0.50.

The process color (four color CMYK) of #2ad580 color hex is 0.80, 0.00, 0.40, 0.16. Web safe color of #2ad580 is #33cc99. Color #2ad580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11010101 10000000
Octal 52 325 200
Decimal 42 213 128
Hex 2A D5 80

RGB Percentages of Color #2ad580

%10.97
%55.61
%33.42

CMYK Percentages of Color #2ad580

%80
%0
%40
%16

Triadic Colors of #2ad580

#2ad580 #802ad5 #d5802a

Analogous Colors of #2ad580

#2ad580 #2ad5d5 #2ad52b

Monochromatic Colors of #2ad580

#2ad580

Complementary Color

#2ad580 #d52a7f

#2ad580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ad580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ad580 Color CSS Codes

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

#2ad580 Text Font Color

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

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


#2ad580 Background Color

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

This div background color is #2ad580


#2ad580 Border Color

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

This div border color is #2ad580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ad580


Comments

No comments written yet.

Please login to write comment.