Shades of Lime Green #24BD12
Tints of Lime Green #24BD12
RGB
CMYK
RGB Variations
Color information
#24BD12 (or 0x24BD12) is known color: Lime Green. HEX triplet: 24, BD and 12. RGB value is (36,189,18). Sum of RGB (Red+Green+Blue) = 36+189+18=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BD12 is #DB42ED. Grayscale: #7C7C7C. Windows color (decimal): -14369518 or 1228068. OLE color: 1228068.
HSL color Cylindrical-coordinate representation of color #24BD12: hue angle of 113.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24BD12 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 18 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.26 |
| HSL | 113.68º | 0.83% | 0.41% | - |
| HSV(B) | 113.68º | 0.9% | 0.74% | - |
| XYZ | 19.03 | 36.81 | 6.67 | - |
| YUV | 123.76 | 68.31 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 18 | 0.81 | 0 | 0.90 | 0.26 | 113.68 | 0.83 | 0.41 |
| Hex | 24 | BD | 12 | 51 | 0 | 5A | 1A | 72 | 53 | 29 |
| Octal | 44 | 275 | 22 | 121 | 0 | 132 | 32 | 162 | 123 | 51 |
| Binary | 100100 | 10111101 | 10010 | 1010001 | 0 | 1011010 | 11010 | 1110010 | 1010011 | 101001 |
Color Harmonies of #24BD12
Complementary color
Monochromatic Colors of #24BD12
Black with #24BD12
Text Example
Text Example
White with #24BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD12; }
p { color: rgb(36,189,18); }
H1.HeaderClassName
{
color: #24BD12;
}
.AnyTagClassName
{
color: #24BD12;
}
</style>
background-color css
<style>
a { background-color: #24BD12; }
a { background-color: rgb(36,189,18); }
div.DivClassName
{
background-color: #24BD12;
}
.BgClassName
{
background-color: #24BD12;
}
</style>
border-color css
<style>
span { border-color: #24BD12; }
span { border-color: rgb(36,189,18); }
td.TdClassName
{
border-color: #24BD12;
}
.TagClassName
{
border-color: #24BD12;
}
</style>