Shades of Lime Green #40C439
Tints of Lime Green #40C439
RGB
CMYK
RGB Variations
Color information
#40C439 (or 0x40C439) is known color: Lime Green. HEX triplet: 40, C4 and 39. RGB value is (64,196,57). Sum of RGB (Red+Green+Blue) = 64+196+57=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #40C439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C439 is #BF3BC6. Grayscale: #8D8D8D. Windows color (decimal): -12532679 or 3785792. OLE color: 3785792.
HSL color Cylindrical-coordinate representation of color #40C439: hue angle of 116.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C439 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 57 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.23 |
| HSL | 116.98º | 0.55% | 0.5% | - |
| HSV(B) | 116.98º | 0.71% | 0.77% | - |
| XYZ | 22.59 | 40.87 | 10.57 | - |
| YUV | 140.69 | 80.77 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 57 | 0.67 | 0 | 0.71 | 0.23 | 116.98 | 0.55 | 0.5 |
| Hex | 40 | C4 | 39 | 43 | 0 | 47 | 17 | 75 | 37 | 32 |
| Octal | 100 | 304 | 71 | 103 | 0 | 107 | 27 | 165 | 67 | 62 |
| Binary | 1000000 | 11000100 | 111001 | 1000011 | 0 | 1000111 | 10111 | 1110101 | 110111 | 110010 |
Color Harmonies of #40C439
Complementary color
Monochromatic Colors of #40C439
Black with #40C439
Text Example
Text Example
White with #40C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C439; }
p { color: rgb(64,196,57); }
H1.HeaderClassName
{
color: #40C439;
}
.AnyTagClassName
{
color: #40C439;
}
</style>
background-color css
<style>
a { background-color: #40C439; }
a { background-color: rgb(64,196,57); }
div.DivClassName
{
background-color: #40C439;
}
.BgClassName
{
background-color: #40C439;
}
</style>
border-color css
<style>
span { border-color: #40C439; }
span { border-color: rgb(64,196,57); }
td.TdClassName
{
border-color: #40C439;
}
.TagClassName
{
border-color: #40C439;
}
</style>