Color Hex Logo

#40c12f Color Hex

#40C12F
(64,193,47)
0 Favorites   0 Comments

Color spaces of #40c12f

RGB 6419347
HSL0.310.610.47
HSV113°76°76°
CMYK 0.670.000.76   0.24
XYZ21.697439.43529.1575
Yxy39.43520.30870.5610
Hunter Lab62.7975-48.221335.3122
CIE-Lab69.0653-61.079959.0379

#40c12f color RGB value is (64,193,47).

#40c12f hex color red value is 64, green value is 193 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #40c12f hue: 0.31 , saturation: 0.61 and the lightness value of 40c12f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000001 00101111
Octal 100 301 57
Decimal 64 193 47
Hex 40 C1 2F

RGB Percentages of Color #40c12f

%21.05
%63.49
%15.46

CMYK Percentages of Color #40c12f

%67
%0
%76
%24

Triadic Colors of #40c12f

#40c12f #2f40c1 #c12f40

Analogous Colors of #40c12f

#40c12f #2fc167 #89c12f

Monochromatic Colors of #40c12f

#40c12f

Complementary Color

#40c12f #b02fc1

#40c12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c12f Color CSS Codes

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

#40c12f Text Font Color

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

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


#40c12f Background Color

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

This div background color is #40c12f


#40c12f Border Color

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

This div border color is #40c12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c12f


Comments

No comments written yet.

Please login to write comment.