Shades of Lime Green #24BA1E
Tints of Lime Green #24BA1E
RGB
CMYK
RGB Variations
Color information
#24BA1E (or 0x24BA1E) is known color: Lime Green. HEX triplet: 24, BA and 1E. RGB value is (36,186,30). Sum of RGB (Red+Green+Blue) = 36+186+30=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BA1E is #DB45E1. Grayscale: #7B7B7B. Windows color (decimal): -14370274 or 2013732. OLE color: 2013732.
HSL color Cylindrical-coordinate representation of color #24BA1E: hue angle of 117.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24BA1E is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 30 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.27 |
| HSL | 117.69º | 0.72% | 0.42% | - |
| HSV(B) | 117.69º | 0.84% | 0.73% | - |
| XYZ | 18.52 | 35.59 | 7.12 | - |
| YUV | 123.37 | 75.31 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 30 | 0.81 | 0 | 0.84 | 0.27 | 117.69 | 0.72 | 0.42 |
| Hex | 24 | BA | 1E | 51 | 0 | 54 | 1B | 76 | 48 | 2A |
| Octal | 44 | 272 | 36 | 121 | 0 | 124 | 33 | 166 | 110 | 52 |
| Binary | 100100 | 10111010 | 11110 | 1010001 | 0 | 1010100 | 11011 | 1110110 | 1001000 | 101010 |
Color Harmonies of #24BA1E
Complementary color
Monochromatic Colors of #24BA1E
Black with #24BA1E
Text Example
Text Example
White with #24BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BA1E; }
p { color: rgb(36,186,30); }
H1.HeaderClassName
{
color: #24BA1E;
}
.AnyTagClassName
{
color: #24BA1E;
}
</style>
background-color css
<style>
a { background-color: #24BA1E; }
a { background-color: rgb(36,186,30); }
div.DivClassName
{
background-color: #24BA1E;
}
.BgClassName
{
background-color: #24BA1E;
}
</style>
border-color css
<style>
span { border-color: #24BA1E; }
span { border-color: rgb(36,186,30); }
td.TdClassName
{
border-color: #24BA1E;
}
.TagClassName
{
border-color: #24BA1E;
}
</style>