Shades of Lime Green #24DC16
Tints of Lime Green #24DC16
RGB
CMYK
RGB Variations
Color information
#24DC16 (or 0x24DC16) is known color: Lime Green. HEX triplet: 24, DC and 16. RGB value is (36,220,22). Sum of RGB (Red+Green+Blue) = 36+220+22=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DC16 is #DB23E9. Grayscale: #8F8F8F. Windows color (decimal): -14361578 or 1498148. OLE color: 1498148.
HSL color Cylindrical-coordinate representation of color #24DC16: hue angle of 115.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24DC16 is Cyan = 0.84, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 220 | 22 | - |
| CMYK | 0.84 | 0 | 0.9 | 0.14 |
| HSL | 115.76º | 0.82% | 0.47% | - |
| HSV(B) | 115.76º | 0.9% | 0.86% | - |
| XYZ | 26.47 | 51.62 | 9.33 | - |
| YUV | 142.41 | 60.04 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 22 | 0.84 | 0 | 0.9 | 0.14 | 115.76 | 0.82 | 0.47 |
| Hex | 24 | DC | 16 | 54 | 0 | 5A | E | 74 | 52 | 2F |
| Octal | 44 | 334 | 26 | 124 | 0 | 132 | 16 | 164 | 122 | 57 |
| Binary | 100100 | 11011100 | 10110 | 1010100 | 0 | 1011010 | 1110 | 1110100 | 1010010 | 101111 |
Color Harmonies of #24DC16
Complementary color
Monochromatic Colors of #24DC16
Black with #24DC16
Text Example
Text Example
White with #24DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DC16; }
p { color: rgb(36,220,22); }
H1.HeaderClassName
{
color: #24DC16;
}
.AnyTagClassName
{
color: #24DC16;
}
</style>
background-color css
<style>
a { background-color: #24DC16; }
a { background-color: rgb(36,220,22); }
div.DivClassName
{
background-color: #24DC16;
}
.BgClassName
{
background-color: #24DC16;
}
</style>
border-color css
<style>
span { border-color: #24DC16; }
span { border-color: rgb(36,220,22); }
td.TdClassName
{
border-color: #24DC16;
}
.TagClassName
{
border-color: #24DC16;
}
</style>