Shades of Lime Green #40D72F
Tints of Lime Green #40D72F
RGB
CMYK
RGB Variations
Color information
#40D72F (or 0x40D72F) is known color: Lime Green. HEX triplet: 40, D7 and 2F. RGB value is (64,215,47). Sum of RGB (Red+Green+Blue) = 64+215+47=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #40D72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D72F is #BF28D0. Grayscale: #979797. Windows color (decimal): -12527825 or 3135296. OLE color: 3135296.
HSL color Cylindrical-coordinate representation of color #40D72F: hue angle of 113.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40D72F is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 47 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.16 |
| HSL | 113.93º | 0.68% | 0.51% | - |
| HSV(B) | 113.93º | 0.78% | 0.84% | - |
| XYZ | 26.93 | 49.9 | 10.9 | - |
| YUV | 150.7 | 69.47 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 47 | 0.70 | 0 | 0.78 | 0.16 | 113.93 | 0.68 | 0.51 |
| Hex | 40 | D7 | 2F | 46 | 0 | 4E | 10 | 72 | 44 | 33 |
| Octal | 100 | 327 | 57 | 106 | 0 | 116 | 20 | 162 | 104 | 63 |
| Binary | 1000000 | 11010111 | 101111 | 1000110 | 0 | 1001110 | 10000 | 1110010 | 1000100 | 110011 |
Color Harmonies of #40D72F
Complementary color
Monochromatic Colors of #40D72F
Black with #40D72F
Text Example
Text Example
White with #40D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D72F; }
p { color: rgb(64,215,47); }
H1.HeaderClassName
{
color: #40D72F;
}
.AnyTagClassName
{
color: #40D72F;
}
</style>
background-color css
<style>
a { background-color: #40D72F; }
a { background-color: rgb(64,215,47); }
div.DivClassName
{
background-color: #40D72F;
}
.BgClassName
{
background-color: #40D72F;
}
</style>
border-color css
<style>
span { border-color: #40D72F; }
span { border-color: rgb(64,215,47); }
td.TdClassName
{
border-color: #40D72F;
}
.TagClassName
{
border-color: #40D72F;
}
</style>