Shades of Lime Green #24C024
Tints of Lime Green #24C024
RGB
CMYK
RGB Variations
Color information
#24C024 (or 0x24C024) is known color: Lime Green. HEX triplet: 24, C0 and 24. RGB value is (36,192,36). Sum of RGB (Red+Green+Blue) = 36+192+36=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #24C024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C024 is #DB3FDB. Grayscale: #808080. Windows color (decimal): -14368732 or 2408484. OLE color: 2408484.
HSL color Cylindrical-coordinate representation of color #24C024: hue angle of 120º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24C024 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 36 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.25 |
| HSL | 120º | 0.68% | 0.45% | - |
| HSV(B) | 120º | 0.81% | 0.75% | - |
| XYZ | 19.9 | 38.2 | 7.99 | - |
| YUV | 127.57 | 76.32 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 36 | 0.81 | 0 | 0.81 | 0.25 | 120 | 0.68 | 0.45 |
| Hex | 24 | C0 | 24 | 51 | 0 | 51 | 19 | 78 | 44 | 2D |
| Octal | 44 | 300 | 44 | 121 | 0 | 121 | 31 | 170 | 104 | 55 |
| Binary | 100100 | 11000000 | 100100 | 1010001 | 0 | 1010001 | 11001 | 1111000 | 1000100 | 101101 |
Color Harmonies of #24C024
Complementary color
Monochromatic Colors of #24C024
Black with #24C024
Text Example
Text Example
White with #24C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C024; }
p { color: rgb(36,192,36); }
H1.HeaderClassName
{
color: #24C024;
}
.AnyTagClassName
{
color: #24C024;
}
</style>
background-color css
<style>
a { background-color: #24C024; }
a { background-color: rgb(36,192,36); }
div.DivClassName
{
background-color: #24C024;
}
.BgClassName
{
background-color: #24C024;
}
</style>
border-color css
<style>
span { border-color: #24C024; }
span { border-color: rgb(36,192,36); }
td.TdClassName
{
border-color: #24C024;
}
.TagClassName
{
border-color: #24C024;
}
</style>