Shades of Lime Green #24CC40
Tints of Lime Green #24CC40
RGB
CMYK
RGB Variations
Color information
#24CC40 (or 0x24CC40) is known color: Lime Green. HEX triplet: 24, CC and 40. RGB value is (36,204,64). Sum of RGB (Red+Green+Blue) = 36+204+64=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 204 (80.08% from 255 or 67.11% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 204 - color contains mainly: green. Hex color #24CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24CC40 is #DB33BF. Grayscale: #8A8A8A. Windows color (decimal): -14365632 or 4246564. OLE color: 4246564.
HSL color Cylindrical-coordinate representation of color #24CC40: hue angle of 130º 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 #24CC40 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 64 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.2 |
| HSL | 130º | 0.7% | 0.47% | - |
| HSV(B) | 130º | 0.82% | 0.8% | - |
| XYZ | 23.25 | 43.93 | 12.1 | - |
| YUV | 137.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 64 | 0.82 | 0 | 0.69 | 0.2 | 130 | 0.7 | 0.47 |
| Hex | 24 | CC | 40 | 52 | 0 | 45 | 14 | 82 | 46 | 2F |
| Octal | 44 | 314 | 100 | 122 | 0 | 105 | 24 | 202 | 106 | 57 |
| Binary | 100100 | 11001100 | 1000000 | 1010010 | 0 | 1000101 | 10100 | 10000010 | 1000110 | 101111 |
Color Harmonies of #24CC40
Complementary color
Monochromatic Colors of #24CC40
Black with #24CC40
Text Example
Text Example
White with #24CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CC40; }
p { color: rgb(36,204,64); }
H1.HeaderClassName
{
color: #24CC40;
}
.AnyTagClassName
{
color: #24CC40;
}
</style>
background-color css
<style>
a { background-color: #24CC40; }
a { background-color: rgb(36,204,64); }
div.DivClassName
{
background-color: #24CC40;
}
.BgClassName
{
background-color: #24CC40;
}
</style>
border-color css
<style>
span { border-color: #24CC40; }
span { border-color: rgb(36,204,64); }
td.TdClassName
{
border-color: #24CC40;
}
.TagClassName
{
border-color: #24CC40;
}
</style>