Shades of Lime Green #24CC15
Tints of Lime Green #24CC15
RGB
CMYK
RGB Variations
Color information
#24CC15 (or 0x24CC15) is known color: Lime Green. HEX triplet: 24, CC and 15. RGB value is (36,204,21). Sum of RGB (Red+Green+Blue) = 36+204+21=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 204 (80.08% from 255 or 78.16% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 204 - color contains mainly: green. Hex color #24CC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24CC15 is #DB33EA. Grayscale: #858585. Windows color (decimal): -14365675 or 1428516. OLE color: 1428516.
HSL color Cylindrical-coordinate representation of color #24CC15: hue angle of 115.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24CC15 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 21 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.2 |
| HSL | 115.08º | 0.81% | 0.44% | - |
| HSV(B) | 115.08º | 0.9% | 0.8% | - |
| XYZ | 22.46 | 43.61 | 7.94 | - |
| YUV | 132.91 | 64.84 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 21 | 0.82 | 0 | 0.90 | 0.2 | 115.08 | 0.81 | 0.44 |
| Hex | 24 | CC | 15 | 52 | 0 | 5A | 14 | 73 | 51 | 2C |
| Octal | 44 | 314 | 25 | 122 | 0 | 132 | 24 | 163 | 121 | 54 |
| Binary | 100100 | 11001100 | 10101 | 1010010 | 0 | 1011010 | 10100 | 1110011 | 1010001 | 101100 |
Color Harmonies of #24CC15
Complementary color
Monochromatic Colors of #24CC15
Black with #24CC15
Text Example
Text Example
White with #24CC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CC15; }
p { color: rgb(36,204,21); }
H1.HeaderClassName
{
color: #24CC15;
}
.AnyTagClassName
{
color: #24CC15;
}
</style>
background-color css
<style>
a { background-color: #24CC15; }
a { background-color: rgb(36,204,21); }
div.DivClassName
{
background-color: #24CC15;
}
.BgClassName
{
background-color: #24CC15;
}
</style>
border-color css
<style>
span { border-color: #24CC15; }
span { border-color: rgb(36,204,21); }
td.TdClassName
{
border-color: #24CC15;
}
.TagClassName
{
border-color: #24CC15;
}
</style>