Shades of Lime Green #24CC28
Tints of Lime Green #24CC28
RGB
CMYK
RGB Variations
Color information
#24CC28 (or 0x24CC28) is known color: Lime Green. HEX triplet: 24, CC and 28. RGB value is (36,204,40). Sum of RGB (Red+Green+Blue) = 36+204+40=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #24CC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24CC28 is #DB33D7. Grayscale: #878787. Windows color (decimal): -14365656 or 2673700. OLE color: 2673700.
HSL color Cylindrical-coordinate representation of color #24CC28: hue angle of 121.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CC28 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 40 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.2 |
| HSL | 121.43º | 0.7% | 0.47% | - |
| HSV(B) | 121.43º | 0.82% | 0.8% | - |
| XYZ | 22.7 | 43.71 | 9.25 | - |
| YUV | 135.07 | 74.34 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 40 | 0.82 | 0 | 0.80 | 0.2 | 121.43 | 0.7 | 0.47 |
| Hex | 24 | CC | 28 | 52 | 0 | 50 | 14 | 79 | 46 | 2F |
| Octal | 44 | 314 | 50 | 122 | 0 | 120 | 24 | 171 | 106 | 57 |
| Binary | 100100 | 11001100 | 101000 | 1010010 | 0 | 1010000 | 10100 | 1111001 | 1000110 | 101111 |
Color Harmonies of #24CC28
Complementary color
Monochromatic Colors of #24CC28
Black with #24CC28
Text Example
Text Example
White with #24CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CC28; }
p { color: rgb(36,204,40); }
H1.HeaderClassName
{
color: #24CC28;
}
.AnyTagClassName
{
color: #24CC28;
}
</style>
background-color css
<style>
a { background-color: #24CC28; }
a { background-color: rgb(36,204,40); }
div.DivClassName
{
background-color: #24CC28;
}
.BgClassName
{
background-color: #24CC28;
}
</style>
border-color css
<style>
span { border-color: #24CC28; }
span { border-color: rgb(36,204,40); }
td.TdClassName
{
border-color: #24CC28;
}
.TagClassName
{
border-color: #24CC28;
}
</style>