Color Hex Logo

#2acd4d Color Hex

#2ACD4D
(42,205,77)
0 Favorites   0 Comments

Color spaces of #2acd4d

RGB 4220577
HSL0.370.660.48
HSV133°80°80°
CMYK 0.800.000.62   0.20
XYZ24.125744.690714.3758
Yxy44.69070.29000.5372
Hunter Lab66.8511-52.571134.0459
CIE-Lab72.6878-65.694651.0694

#2acd4d color RGB value is (42,205,77).

#2acd4d hex color red value is 42, green value is 205 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2acd4d hue: 0.37 , saturation: 0.66 and the lightness value of 2acd4d is 0.48.

The process color (four color CMYK) of #2acd4d color hex is 0.80, 0.00, 0.62, 0.20. Web safe color of #2acd4d is #33cc66. Color #2acd4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001101 01001101
Octal 52 315 115
Decimal 42 205 77
Hex 2A CD 4D

RGB Percentages of Color #2acd4d

%12.96
%63.27
%23.77

CMYK Percentages of Color #2acd4d

%80
%0
%62
%20

Triadic Colors of #2acd4d

#2acd4d #4d2acd #cd4d2a

Analogous Colors of #2acd4d

#2acd4d #2acd9f #59cd2a

Monochromatic Colors of #2acd4d

#2acd4d

Complementary Color

#2acd4d #cd2aaa

#2acd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2acd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2acd4d Color CSS Codes

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

#2acd4d Text Font Color

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

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


#2acd4d Background Color

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

This div background color is #2acd4d


#2acd4d Border Color

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

This div border color is #2acd4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,205,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 #2acd4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2acd4d


Comments

No comments written yet.

Please login to write comment.