Shades of Lime Green #24D012
Tints of Lime Green #24D012
RGB
CMYK
RGB Variations
Color information
#24D012 (or 0x24D012) is known color: Lime Green. HEX triplet: 24, D0 and 12. RGB value is (36,208,18). Sum of RGB (Red+Green+Blue) = 36+208+18=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #24D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24D012 is #DB2FED. Grayscale: #878787. Windows color (decimal): -14364654 or 1232932. OLE color: 1232932.
HSL color Cylindrical-coordinate representation of color #24D012: hue angle of 114.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24D012 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 18 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.18 |
| HSL | 114.32º | 0.84% | 0.44% | - |
| HSV(B) | 114.32º | 0.91% | 0.82% | - |
| XYZ | 23.39 | 45.53 | 8.13 | - |
| YUV | 134.91 | 62.02 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 18 | 0.83 | 0 | 0.91 | 0.18 | 114.32 | 0.84 | 0.44 |
| Hex | 24 | D0 | 12 | 53 | 0 | 5B | 12 | 72 | 54 | 2C |
| Octal | 44 | 320 | 22 | 123 | 0 | 133 | 22 | 162 | 124 | 54 |
| Binary | 100100 | 11010000 | 10010 | 1010011 | 0 | 1011011 | 10010 | 1110010 | 1010100 | 101100 |
Color Harmonies of #24D012
Complementary color
Monochromatic Colors of #24D012
Black with #24D012
Text Example
Text Example
White with #24D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D012; }
p { color: rgb(36,208,18); }
H1.HeaderClassName
{
color: #24D012;
}
.AnyTagClassName
{
color: #24D012;
}
</style>
background-color css
<style>
a { background-color: #24D012; }
a { background-color: rgb(36,208,18); }
div.DivClassName
{
background-color: #24D012;
}
.BgClassName
{
background-color: #24D012;
}
</style>
border-color css
<style>
span { border-color: #24D012; }
span { border-color: rgb(36,208,18); }
td.TdClassName
{
border-color: #24D012;
}
.TagClassName
{
border-color: #24D012;
}
</style>