Shades of Lime Green #24D042
Tints of Lime Green #24D042
RGB
CMYK
RGB Variations
Color information
#24D042 (or 0x24D042) is known color: Lime Green. HEX triplet: 24, D0 and 42. RGB value is (36,208,66). Sum of RGB (Red+Green+Blue) = 36+208+66=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #24D042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24D042 is #DB2FBD. Grayscale: #8C8C8C. Windows color (decimal): -14364606 or 4378660. OLE color: 4378660.
HSL color Cylindrical-coordinate representation of color #24D042: hue angle of 130.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D042 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 66 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.18 |
| HSL | 130.47º | 0.7% | 0.48% | - |
| HSV(B) | 130.47º | 0.83% | 0.82% | - |
| XYZ | 24.27 | 45.88 | 12.73 | - |
| YUV | 140.38 | 86.02 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 66 | 0.83 | 0 | 0.68 | 0.18 | 130.47 | 0.7 | 0.48 |
| Hex | 24 | D0 | 42 | 53 | 0 | 44 | 12 | 82 | 46 | 30 |
| Octal | 44 | 320 | 102 | 123 | 0 | 104 | 22 | 202 | 106 | 60 |
| Binary | 100100 | 11010000 | 1000010 | 1010011 | 0 | 1000100 | 10010 | 10000010 | 1000110 | 110000 |
Color Harmonies of #24D042
Complementary color
Monochromatic Colors of #24D042
Black with #24D042
Text Example
Text Example
White with #24D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D042; }
p { color: rgb(36,208,66); }
H1.HeaderClassName
{
color: #24D042;
}
.AnyTagClassName
{
color: #24D042;
}
</style>
background-color css
<style>
a { background-color: #24D042; }
a { background-color: rgb(36,208,66); }
div.DivClassName
{
background-color: #24D042;
}
.BgClassName
{
background-color: #24D042;
}
</style>
border-color css
<style>
span { border-color: #24D042; }
span { border-color: rgb(36,208,66); }
td.TdClassName
{
border-color: #24D042;
}
.TagClassName
{
border-color: #24D042;
}
</style>