Color Hex Logo

#40c41d Color Hex

#40C41D
(64,196,29)
0 Favorites   0 Comments

Color spaces of #40c41d

RGB 6419629
HSL0.300.740.44
HSV107°85°77°
CMYK 0.670.000.85   0.23
XYZ22.076140.65867.8468
Yxy40.65860.31280.5761
Hunter Lab63.7641-49.787837.3386
CIE-Lab69.9361-63.065464.9367

#40c41d color RGB value is (64,196,29).

#40c41d hex color red value is 64, green value is 196 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #40c41d hue: 0.30 , saturation: 0.74 and the lightness value of 40c41d is 0.44.

The process color (four color CMYK) of #40c41d color hex is 0.67, 0.00, 0.85, 0.23. Web safe color of #40c41d is #33cc33. Color #40c41d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000100 00011101
Octal 100 304 35
Decimal 64 196 29
Hex 40 C4 1D

RGB Percentages of Color #40c41d

%22.15
%67.82
%10.03

CMYK Percentages of Color #40c41d

%67
%0
%85
%23

Triadic Colors of #40c41d

#40c41d #1d40c4 #c41d40

Analogous Colors of #40c41d

#40c41d #1dc44e #94c41d

Monochromatic Colors of #40c41d

#40c41d

Complementary Color

#40c41d #a11dc4

#40c41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c41d Color CSS Codes

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

#40c41d Text Font Color

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

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


#40c41d Background Color

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

This div background color is #40c41d


#40c41d Border Color

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

This div border color is #40c41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c41d


Comments

No comments written yet.

Please login to write comment.