Shades of Lime Green #24F12D
Tints of Lime Green #24F12D
RGB
CMYK
RGB Variations
Color information
#24F12D (or 0x24F12D) is known color: Lime Green. HEX triplet: 24, F1 and 2D. RGB value is (36,241,45). Sum of RGB (Red+Green+Blue) = 36+241+45=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #24F12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #24F12D is #DB0ED2. Grayscale: #9D9D9D. Windows color (decimal): -14356179 or 3010852. OLE color: 3010852.
HSL color Cylindrical-coordinate representation of color #24F12D: hue angle of 122.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F12D is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 241 | 45 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.05 |
| HSL | 122.63º | 0.88% | 0.54% | - |
| HSV(B) | 122.63º | 0.85% | 0.95% | - |
| XYZ | 32.66 | 63.48 | 13.01 | - |
| YUV | 157.36 | 64.58 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 241 | 45 | 0.85 | 0 | 0.81 | 0.05 | 122.63 | 0.88 | 0.54 |
| Hex | 24 | F1 | 2D | 55 | 0 | 51 | 5 | 7B | 58 | 36 |
| Octal | 44 | 361 | 55 | 125 | 0 | 121 | 5 | 173 | 130 | 66 |
| Binary | 100100 | 11110001 | 101101 | 1010101 | 0 | 1010001 | 101 | 1111011 | 1011000 | 110110 |
Color Harmonies of #24F12D
Complementary color
Monochromatic Colors of #24F12D
Black with #24F12D
Text Example
Text Example
White with #24F12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F12D; }
p { color: rgb(36,241,45); }
H1.HeaderClassName
{
color: #24F12D;
}
.AnyTagClassName
{
color: #24F12D;
}
</style>
background-color css
<style>
a { background-color: #24F12D; }
a { background-color: rgb(36,241,45); }
div.DivClassName
{
background-color: #24F12D;
}
.BgClassName
{
background-color: #24F12D;
}
</style>
border-color css
<style>
span { border-color: #24F12D; }
span { border-color: rgb(36,241,45); }
td.TdClassName
{
border-color: #24F12D;
}
.TagClassName
{
border-color: #24F12D;
}
</style>