Shades of Lime Green #24C040
Tints of Lime Green #24C040
RGB
CMYK
RGB Variations
Color information
#24C040 (or 0x24C040) is known color: Lime Green. HEX triplet: 24, C0 and 40. RGB value is (36,192,64). Sum of RGB (Red+Green+Blue) = 36+192+64=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #24C040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C040 is #DB3FBF. Grayscale: #838383. Windows color (decimal): -14368704 or 4243492. OLE color: 4243492.
HSL color Cylindrical-coordinate representation of color #24C040: hue angle of 130.77º 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 #24C040 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 64 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.25 |
| HSL | 130.77º | 0.68% | 0.45% | - |
| HSV(B) | 130.77º | 0.81% | 0.75% | - |
| XYZ | 20.5 | 38.44 | 11.19 | - |
| YUV | 130.76 | 90.32 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 64 | 0.81 | 0 | 0.67 | 0.25 | 130.77 | 0.68 | 0.45 |
| Hex | 24 | C0 | 40 | 51 | 0 | 43 | 19 | 83 | 44 | 2D |
| Octal | 44 | 300 | 100 | 121 | 0 | 103 | 31 | 203 | 104 | 55 |
| Binary | 100100 | 11000000 | 1000000 | 1010001 | 0 | 1000011 | 11001 | 10000011 | 1000100 | 101101 |
Color Harmonies of #24C040
Complementary color
Monochromatic Colors of #24C040
Black with #24C040
Text Example
Text Example
White with #24C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C040; }
p { color: rgb(36,192,64); }
H1.HeaderClassName
{
color: #24C040;
}
.AnyTagClassName
{
color: #24C040;
}
</style>
background-color css
<style>
a { background-color: #24C040; }
a { background-color: rgb(36,192,64); }
div.DivClassName
{
background-color: #24C040;
}
.BgClassName
{
background-color: #24C040;
}
</style>
border-color css
<style>
span { border-color: #24C040; }
span { border-color: rgb(36,192,64); }
td.TdClassName
{
border-color: #24C040;
}
.TagClassName
{
border-color: #24C040;
}
</style>