Shades of Lime Green #40D252
Tints of Lime Green #40D252
RGB
CMYK
RGB Variations
Color information
#40D252 (or 0x40D252) is known color: Lime Green. HEX triplet: 40, D2 and 52. RGB value is (64,210,82). Sum of RGB (Red+Green+Blue) = 64+210+82=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #40D252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D252 is #BF2DAD. Grayscale: #989898. Windows color (decimal): -12529070 or 5427776. OLE color: 5427776.
HSL color Cylindrical-coordinate representation of color #40D252: hue angle of 127.4º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D252 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 82 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.18 |
| HSL | 127.4º | 0.62% | 0.54% | - |
| HSV(B) | 127.4º | 0.7% | 0.82% | - |
| XYZ | 26.68 | 47.79 | 15.8 | - |
| YUV | 151.75 | 88.63 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 82 | 0.70 | 0 | 0.61 | 0.18 | 127.4 | 0.62 | 0.54 |
| Hex | 40 | D2 | 52 | 46 | 0 | 3D | 12 | 7F | 3E | 36 |
| Octal | 100 | 322 | 122 | 106 | 0 | 75 | 22 | 177 | 76 | 66 |
| Binary | 1000000 | 11010010 | 1010010 | 1000110 | 0 | 111101 | 10010 | 1111111 | 111110 | 110110 |
Color Harmonies of #40D252
Complementary color
Monochromatic Colors of #40D252
Black with #40D252
Text Example
Text Example
White with #40D252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D252; }
p { color: rgb(64,210,82); }
H1.HeaderClassName
{
color: #40D252;
}
.AnyTagClassName
{
color: #40D252;
}
</style>
background-color css
<style>
a { background-color: #40D252; }
a { background-color: rgb(64,210,82); }
div.DivClassName
{
background-color: #40D252;
}
.BgClassName
{
background-color: #40D252;
}
</style>
border-color css
<style>
span { border-color: #40D252; }
span { border-color: rgb(64,210,82); }
td.TdClassName
{
border-color: #40D252;
}
.TagClassName
{
border-color: #40D252;
}
</style>