Shades of Lime Green #24BB1C
Tints of Lime Green #24BB1C
RGB
CMYK
RGB Variations
Color information
#24BB1C (or 0x24BB1C) is known color: Lime Green. HEX triplet: 24, BB and 1C. RGB value is (36,187,28). Sum of RGB (Red+Green+Blue) = 36+187+28=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 187 (73.44% from 255 or 74.50% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 187 - color contains mainly: green. Hex color #24BB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BB1C is #DB44E3. Grayscale: #7C7C7C. Windows color (decimal): -14370020 or 1882916. OLE color: 1882916.
HSL color Cylindrical-coordinate representation of color #24BB1C: hue angle of 116.98º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24BB1C is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 187 | 28 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.27 |
| HSL | 116.98º | 0.74% | 0.42% | - |
| HSV(B) | 116.98º | 0.85% | 0.73% | - |
| XYZ | 18.71 | 36 | 7.06 | - |
| YUV | 123.73 | 73.97 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 28 | 0.81 | 0 | 0.85 | 0.27 | 116.98 | 0.74 | 0.42 |
| Hex | 24 | BB | 1C | 51 | 0 | 55 | 1B | 75 | 4A | 2A |
| Octal | 44 | 273 | 34 | 121 | 0 | 125 | 33 | 165 | 112 | 52 |
| Binary | 100100 | 10111011 | 11100 | 1010001 | 0 | 1010101 | 11011 | 1110101 | 1001010 | 101010 |
Color Harmonies of #24BB1C
Complementary color
Monochromatic Colors of #24BB1C
Black with #24BB1C
Text Example
Text Example
White with #24BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BB1C; }
p { color: rgb(36,187,28); }
H1.HeaderClassName
{
color: #24BB1C;
}
.AnyTagClassName
{
color: #24BB1C;
}
</style>
background-color css
<style>
a { background-color: #24BB1C; }
a { background-color: rgb(36,187,28); }
div.DivClassName
{
background-color: #24BB1C;
}
.BgClassName
{
background-color: #24BB1C;
}
</style>
border-color css
<style>
span { border-color: #24BB1C; }
span { border-color: rgb(36,187,28); }
td.TdClassName
{
border-color: #24BB1C;
}
.TagClassName
{
border-color: #24BB1C;
}
</style>