Color Hex Logo

#40e44a Color Hex

#40E44A
(64,228,74)
0 Favorites   0 Comments

Color spaces of #40e44a

RGB 6422874
HSL0.340.750.57
HSV124°72°89°
CMYK 0.720.000.68   0.11
XYZ31.093857.071215.8556
Yxy57.07120.29890.5487
Hunter Lab75.5455-58.735740.4380
CIE-Lab80.2196-70.219260.6745

#40e44a color RGB value is (64,228,74).

#40e44a hex color red value is 64, green value is 228 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #40e44a hue: 0.34 , saturation: 0.75 and the lightness value of 40e44a is 0.57.

The process color (four color CMYK) of #40e44a color hex is 0.72, 0.00, 0.68, 0.11. Web safe color of #40e44a is #33cc33. Color #40e44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11100100 01001010
Octal 100 344 112
Decimal 64 228 74
Hex 40 E4 4A

RGB Percentages of Color #40e44a

%17.49
%62.30
%20.22

CMYK Percentages of Color #40e44a

%72
%0
%68
%11

Triadic Colors of #40e44a

#40e44a #4a40e4 #e44a40

Analogous Colors of #40e44a

#40e44a #40e49c #88e440

Monochromatic Colors of #40e44a

#40e44a

Complementary Color

#40e44a #e440da

#40e44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40e44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40e44a Color CSS Codes

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

#40e44a Text Font Color

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

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


#40e44a Background Color

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

This div background color is #40e44a


#40e44a Border Color

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

This div border color is #40e44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40e44a


Comments

No comments written yet.

Please login to write comment.