Shades of Lime Green #24C520
Tints of Lime Green #24C520
RGB
CMYK
RGB Variations
Color information
#24C520 (or 0x24C520) is known color: Lime Green. HEX triplet: 24, C5 and 20. RGB value is (36,197,32). Sum of RGB (Red+Green+Blue) = 36+197+32=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #24C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C520 is #DB3ADF. Grayscale: #828282. Windows color (decimal): -14367456 or 2147620. OLE color: 2147620.
HSL color Cylindrical-coordinate representation of color #24C520: hue angle of 118.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24C520 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 197 | 32 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.23 |
| HSL | 118.55º | 0.72% | 0.45% | - |
| HSV(B) | 118.55º | 0.84% | 0.77% | - |
| XYZ | 20.95 | 40.41 | 8.06 | - |
| YUV | 130.05 | 72.66 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 197 | 32 | 0.82 | 0 | 0.84 | 0.23 | 118.55 | 0.72 | 0.45 |
| Hex | 24 | C5 | 20 | 52 | 0 | 54 | 17 | 77 | 48 | 2D |
| Octal | 44 | 305 | 40 | 122 | 0 | 124 | 27 | 167 | 110 | 55 |
| Binary | 100100 | 11000101 | 100000 | 1010010 | 0 | 1010100 | 10111 | 1110111 | 1001000 | 101101 |
Color Harmonies of #24C520
Complementary color
Monochromatic Colors of #24C520
Black with #24C520
Text Example
Text Example
White with #24C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C520; }
p { color: rgb(36,197,32); }
H1.HeaderClassName
{
color: #24C520;
}
.AnyTagClassName
{
color: #24C520;
}
</style>
background-color css
<style>
a { background-color: #24C520; }
a { background-color: rgb(36,197,32); }
div.DivClassName
{
background-color: #24C520;
}
.BgClassName
{
background-color: #24C520;
}
</style>
border-color css
<style>
span { border-color: #24C520; }
span { border-color: rgb(36,197,32); }
td.TdClassName
{
border-color: #24C520;
}
.TagClassName
{
border-color: #24C520;
}
</style>