Shades of Lime Green #24BB1D
Tints of Lime Green #24BB1D
RGB
CMYK
RGB Variations
Color information
#24BB1D (or 0x24BB1D) is known color: Lime Green. HEX triplet: 24, BB and 1D. RGB value is (36,187,29). Sum of RGB (Red+Green+Blue) = 36+187+29=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 187 (73.44% from 255 or 74.21% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 187 - color contains mainly: green. Hex color #24BB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BB1D is #DB44E2. Grayscale: #7C7C7C. Windows color (decimal): -14370019 or 1948452. OLE color: 1948452.
HSL color Cylindrical-coordinate representation of color #24BB1D: hue angle of 117.34º degrees, saturation: 0.73, 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 #24BB1D is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 187 | 29 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.27 |
| HSL | 117.34º | 0.73% | 0.42% | - |
| HSV(B) | 117.34º | 0.84% | 0.73% | - |
| XYZ | 18.72 | 36 | 7.13 | - |
| YUV | 123.84 | 74.47 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 29 | 0.81 | 0 | 0.84 | 0.27 | 117.34 | 0.73 | 0.42 |
| Hex | 24 | BB | 1D | 51 | 0 | 54 | 1B | 75 | 49 | 2A |
| Octal | 44 | 273 | 35 | 121 | 0 | 124 | 33 | 165 | 111 | 52 |
| Binary | 100100 | 10111011 | 11101 | 1010001 | 0 | 1010100 | 11011 | 1110101 | 1001001 | 101010 |
Color Harmonies of #24BB1D
Complementary color
Monochromatic Colors of #24BB1D
Black with #24BB1D
Text Example
Text Example
White with #24BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BB1D; }
p { color: rgb(36,187,29); }
H1.HeaderClassName
{
color: #24BB1D;
}
.AnyTagClassName
{
color: #24BB1D;
}
</style>
background-color css
<style>
a { background-color: #24BB1D; }
a { background-color: rgb(36,187,29); }
div.DivClassName
{
background-color: #24BB1D;
}
.BgClassName
{
background-color: #24BB1D;
}
</style>
border-color css
<style>
span { border-color: #24BB1D; }
span { border-color: rgb(36,187,29); }
td.TdClassName
{
border-color: #24BB1D;
}
.TagClassName
{
border-color: #24BB1D;
}
</style>