Shades of Lime Green #24C021
Tints of Lime Green #24C021
RGB
CMYK
RGB Variations
Color information
#24C021 (or 0x24C021) is known color: Lime Green. HEX triplet: 24, C0 and 21. RGB value is (36,192,33). Sum of RGB (Red+Green+Blue) = 36+192+33=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #24C021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C021 is #DB3FDE. Grayscale: #7F7F7F. Windows color (decimal): -14368735 or 2211876. OLE color: 2211876.
HSL color Cylindrical-coordinate representation of color #24C021: hue angle of 118.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24C021 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 33 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.25 |
| HSL | 118.87º | 0.71% | 0.44% | - |
| HSV(B) | 118.87º | 0.83% | 0.75% | - |
| XYZ | 19.85 | 38.18 | 7.76 | - |
| YUV | 127.23 | 74.82 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 33 | 0.81 | 0 | 0.83 | 0.25 | 118.87 | 0.71 | 0.44 |
| Hex | 24 | C0 | 21 | 51 | 0 | 53 | 19 | 77 | 47 | 2C |
| Octal | 44 | 300 | 41 | 121 | 0 | 123 | 31 | 167 | 107 | 54 |
| Binary | 100100 | 11000000 | 100001 | 1010001 | 0 | 1010011 | 11001 | 1110111 | 1000111 | 101100 |
Color Harmonies of #24C021
Complementary color
Monochromatic Colors of #24C021
Black with #24C021
Text Example
Text Example
White with #24C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C021; }
p { color: rgb(36,192,33); }
H1.HeaderClassName
{
color: #24C021;
}
.AnyTagClassName
{
color: #24C021;
}
</style>
background-color css
<style>
a { background-color: #24C021; }
a { background-color: rgb(36,192,33); }
div.DivClassName
{
background-color: #24C021;
}
.BgClassName
{
background-color: #24C021;
}
</style>
border-color css
<style>
span { border-color: #24C021; }
span { border-color: rgb(36,192,33); }
td.TdClassName
{
border-color: #24C021;
}
.TagClassName
{
border-color: #24C021;
}
</style>