Shades of Lime Green #40D24E
Tints of Lime Green #40D24E
RGB
CMYK
RGB Variations
Color information
#40D24E (or 0x40D24E) is known color: Lime Green. HEX triplet: 40, D2 and 4E. RGB value is (64,210,78). Sum of RGB (Red+Green+Blue) = 64+210+78=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #40D24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D24E is #BF2DB1. Grayscale: #979797. Windows color (decimal): -12529074 or 5165632. OLE color: 5165632.
HSL color Cylindrical-coordinate representation of color #40D24E: hue angle of 125.75º 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 #40D24E is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 78 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.18 |
| HSL | 125.75º | 0.62% | 0.54% | - |
| HSV(B) | 125.75º | 0.7% | 0.82% | - |
| XYZ | 26.54 | 47.73 | 15.02 | - |
| YUV | 151.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 78 | 0.70 | 0 | 0.63 | 0.18 | 125.75 | 0.62 | 0.54 |
| Hex | 40 | D2 | 4E | 46 | 0 | 3F | 12 | 7E | 3E | 36 |
| Octal | 100 | 322 | 116 | 106 | 0 | 77 | 22 | 176 | 76 | 66 |
| Binary | 1000000 | 11010010 | 1001110 | 1000110 | 0 | 111111 | 10010 | 1111110 | 111110 | 110110 |
Color Harmonies of #40D24E
Complementary color
Monochromatic Colors of #40D24E
Black with #40D24E
Text Example
Text Example
White with #40D24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D24E; }
p { color: rgb(64,210,78); }
H1.HeaderClassName
{
color: #40D24E;
}
.AnyTagClassName
{
color: #40D24E;
}
</style>
background-color css
<style>
a { background-color: #40D24E; }
a { background-color: rgb(64,210,78); }
div.DivClassName
{
background-color: #40D24E;
}
.BgClassName
{
background-color: #40D24E;
}
</style>
border-color css
<style>
span { border-color: #40D24E; }
span { border-color: rgb(64,210,78); }
td.TdClassName
{
border-color: #40D24E;
}
.TagClassName
{
border-color: #40D24E;
}
</style>