Shades of Lime Green #24BB14
Tints of Lime Green #24BB14
RGB
CMYK
RGB Variations
Color information
#24BB14 (or 0x24BB14) is known color: Lime Green. HEX triplet: 24, BB and 14. RGB value is (36,187,20). Sum of RGB (Red+Green+Blue) = 36+187+20=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 187 (73.44% from 255 or 76.95% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 187 - color contains mainly: green. Hex color #24BB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BB14 is #DB44EB. Grayscale: #7B7B7B. Windows color (decimal): -14370028 or 1358628. OLE color: 1358628.
HSL color Cylindrical-coordinate representation of color #24BB14: hue angle of 114.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24BB14 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 187 | 20 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.27 |
| HSL | 114.25º | 0.81% | 0.41% | - |
| HSV(B) | 114.25º | 0.89% | 0.73% | - |
| XYZ | 18.62 | 35.97 | 6.62 | - |
| YUV | 122.81 | 69.97 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 20 | 0.81 | 0 | 0.89 | 0.27 | 114.25 | 0.81 | 0.41 |
| Hex | 24 | BB | 14 | 51 | 0 | 59 | 1B | 72 | 51 | 29 |
| Octal | 44 | 273 | 24 | 121 | 0 | 131 | 33 | 162 | 121 | 51 |
| Binary | 100100 | 10111011 | 10100 | 1010001 | 0 | 1011001 | 11011 | 1110010 | 1010001 | 101001 |
Color Harmonies of #24BB14
Complementary color
Monochromatic Colors of #24BB14
Black with #24BB14
Text Example
Text Example
White with #24BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BB14; }
p { color: rgb(36,187,20); }
H1.HeaderClassName
{
color: #24BB14;
}
.AnyTagClassName
{
color: #24BB14;
}
</style>
background-color css
<style>
a { background-color: #24BB14; }
a { background-color: rgb(36,187,20); }
div.DivClassName
{
background-color: #24BB14;
}
.BgClassName
{
background-color: #24BB14;
}
</style>
border-color css
<style>
span { border-color: #24BB14; }
span { border-color: rgb(36,187,20); }
td.TdClassName
{
border-color: #24BB14;
}
.TagClassName
{
border-color: #24BB14;
}
</style>