Shades of Lime Green #24CB0C
Tints of Lime Green #24CB0C
RGB
CMYK
RGB Variations
Color information
#24CB0C (or 0x24CB0C) is known color: Lime Green. HEX triplet: 24, CB and 0C. RGB value is (36,203,12). Sum of RGB (Red+Green+Blue) = 36+203+12=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 203 (79.69% from 255 or 80.88% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 203 - color contains mainly: green. Hex color #24CB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24CB0C is #DB34F3. Grayscale: #838383. Windows color (decimal): -14365940 or 838436. OLE color: 838436.
HSL color Cylindrical-coordinate representation of color #24CB0C: hue angle of 112.46º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24CB0C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 203 | 12 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.20 |
| HSL | 112.46º | 0.89% | 0.42% | - |
| HSV(B) | 112.46º | 0.94% | 0.8% | - |
| XYZ | 22.15 | 43.11 | 7.5 | - |
| YUV | 131.29 | 60.67 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 12 | 0.82 | 0 | 0.94 | 0.20 | 112.46 | 0.89 | 0.42 |
| Hex | 24 | CB | C | 52 | 0 | 5E | 14 | 70 | 59 | 2A |
| Octal | 44 | 313 | 14 | 122 | 0 | 136 | 24 | 160 | 131 | 52 |
| Binary | 100100 | 11001011 | 1100 | 1010010 | 0 | 1011110 | 10100 | 1110000 | 1011001 | 101010 |
Color Harmonies of #24CB0C
Complementary color
Monochromatic Colors of #24CB0C
Black with #24CB0C
Text Example
Text Example
White with #24CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CB0C; }
p { color: rgb(36,203,12); }
H1.HeaderClassName
{
color: #24CB0C;
}
.AnyTagClassName
{
color: #24CB0C;
}
</style>
background-color css
<style>
a { background-color: #24CB0C; }
a { background-color: rgb(36,203,12); }
div.DivClassName
{
background-color: #24CB0C;
}
.BgClassName
{
background-color: #24CB0C;
}
</style>
border-color css
<style>
span { border-color: #24CB0C; }
span { border-color: rgb(36,203,12); }
td.TdClassName
{
border-color: #24CB0C;
}
.TagClassName
{
border-color: #24CB0C;
}
</style>