Shades of Lime Green #24BA12
Tints of Lime Green #24BA12
RGB
CMYK
RGB Variations
Color information
#24BA12 (or 0x24BA12) is known color: Lime Green. HEX triplet: 24, BA and 12. RGB value is (36,186,18). Sum of RGB (Red+Green+Blue) = 36+186+18=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BA12 is #DB45ED. Grayscale: #7A7A7A. Windows color (decimal): -14370286 or 1227300. OLE color: 1227300.
HSL color Cylindrical-coordinate representation of color #24BA12: hue angle of 113.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24BA12 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 18 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.27 |
| HSL | 113.57º | 0.82% | 0.4% | - |
| HSV(B) | 113.57º | 0.9% | 0.73% | - |
| XYZ | 18.4 | 35.54 | 6.46 | - |
| YUV | 122 | 69.31 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 18 | 0.81 | 0 | 0.90 | 0.27 | 113.57 | 0.82 | 0.4 |
| Hex | 24 | BA | 12 | 51 | 0 | 5A | 1B | 72 | 52 | 28 |
| Octal | 44 | 272 | 22 | 121 | 0 | 132 | 33 | 162 | 122 | 50 |
| Binary | 100100 | 10111010 | 10010 | 1010001 | 0 | 1011010 | 11011 | 1110010 | 1010010 | 101000 |
Color Harmonies of #24BA12
Complementary color
Monochromatic Colors of #24BA12
Black with #24BA12
Text Example
Text Example
White with #24BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BA12; }
p { color: rgb(36,186,18); }
H1.HeaderClassName
{
color: #24BA12;
}
.AnyTagClassName
{
color: #24BA12;
}
</style>
background-color css
<style>
a { background-color: #24BA12; }
a { background-color: rgb(36,186,18); }
div.DivClassName
{
background-color: #24BA12;
}
.BgClassName
{
background-color: #24BA12;
}
</style>
border-color css
<style>
span { border-color: #24BA12; }
span { border-color: rgb(36,186,18); }
td.TdClassName
{
border-color: #24BA12;
}
.TagClassName
{
border-color: #24BA12;
}
</style>