Shades of Lime Green #24CB14
Tints of Lime Green #24CB14
RGB
CMYK
RGB Variations
Color information
#24CB14 (or 0x24CB14) is known color: Lime Green. HEX triplet: 24, CB and 14. RGB value is (36,203,20). Sum of RGB (Red+Green+Blue) = 36+203+20=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 203 (79.69% from 255 or 78.38% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 203 - color contains mainly: green. Hex color #24CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24CB14 is #DB34EB. Grayscale: #848484. Windows color (decimal): -14365932 or 1362724. OLE color: 1362724.
HSL color Cylindrical-coordinate representation of color #24CB14: hue angle of 114.75º degrees, saturation: 0.82, 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 #24CB14 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 203 | 20 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.20 |
| HSL | 114.75º | 0.82% | 0.44% | - |
| HSV(B) | 114.75º | 0.9% | 0.8% | - |
| XYZ | 22.21 | 43.14 | 7.82 | - |
| YUV | 132.21 | 64.67 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 20 | 0.82 | 0 | 0.90 | 0.20 | 114.75 | 0.82 | 0.44 |
| Hex | 24 | CB | 14 | 52 | 0 | 5A | 14 | 73 | 52 | 2C |
| Octal | 44 | 313 | 24 | 122 | 0 | 132 | 24 | 163 | 122 | 54 |
| Binary | 100100 | 11001011 | 10100 | 1010010 | 0 | 1011010 | 10100 | 1110011 | 1010010 | 101100 |
Color Harmonies of #24CB14
Complementary color
Monochromatic Colors of #24CB14
Black with #24CB14
Text Example
Text Example
White with #24CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CB14; }
p { color: rgb(36,203,20); }
H1.HeaderClassName
{
color: #24CB14;
}
.AnyTagClassName
{
color: #24CB14;
}
</style>
background-color css
<style>
a { background-color: #24CB14; }
a { background-color: rgb(36,203,20); }
div.DivClassName
{
background-color: #24CB14;
}
.BgClassName
{
background-color: #24CB14;
}
</style>
border-color css
<style>
span { border-color: #24CB14; }
span { border-color: rgb(36,203,20); }
td.TdClassName
{
border-color: #24CB14;
}
.TagClassName
{
border-color: #24CB14;
}
</style>