Color Hex Logo

#40cc2c Color Hex

#40CC2C
(64,204,44)
0 Favorites   0 Comments

Color spaces of #40cc2c

RGB 6420444
HSL0.310.650.49
HSV113°78°80°
CMYK 0.690.000.78   0.20
XYZ24.161844.45769.6906
Yxy44.45760.30850.5677
Hunter Lab66.6765-52.000338.0565
CIE-Lab72.5333-64.871063.3487

#40cc2c color RGB value is (64,204,44).

#40cc2c hex color red value is 64, green value is 204 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #40cc2c hue: 0.31 , saturation: 0.65 and the lightness value of 40cc2c is 0.49.

The process color (four color CMYK) of #40cc2c color hex is 0.69, 0.00, 0.78, 0.20. Web safe color of #40cc2c is #33cc33. Color #40cc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001100 00101100
Octal 100 314 54
Decimal 64 204 44
Hex 40 CC 2C

RGB Percentages of Color #40cc2c

%20.51
%65.38
%14.10

CMYK Percentages of Color #40cc2c

%69
%0
%78
%20

Triadic Colors of #40cc2c

#40cc2c #2c40cc #cc2c40

Analogous Colors of #40cc2c

#40cc2c #2ccc68 #90cc2c

Monochromatic Colors of #40cc2c

#40cc2c

Complementary Color

#40cc2c #b82ccc

#40cc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cc2c Color CSS Codes

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

#40cc2c Text Font Color

<p style="color:#40cc2c">Text here</p>

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


#40cc2c Background Color

<div style="background-color:#40cc2c">
Div content here</div>

This div background color is #40cc2c


#40cc2c Border Color

<div style="border:3px solid #40cc2c">
Div here</div>

This div border color is #40cc2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,204,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40cc2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40cc2c;
  -webkit-box-shadow: 1px 1px 3px 2px #40cc2c;
  box-shadow:         1px 1px 3px 2px #40cc2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,204,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cc2c


Comments

No comments written yet.

Please login to write comment.