Shades of Lime Green #24DC1B
Tints of Lime Green #24DC1B
RGB
CMYK
RGB Variations
Color information
#24DC1B (or 0x24DC1B) is known color: Lime Green. HEX triplet: 24, DC and 1B. RGB value is (36,220,27). Sum of RGB (Red+Green+Blue) = 36+220+27=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24DC1B is #DB23E4. Grayscale: #8F8F8F. Windows color (decimal): -14361573 or 1825828. OLE color: 1825828.
HSL color Cylindrical-coordinate representation of color #24DC1B: hue angle of 117.2º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24DC1B is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 220 | 27 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.14 |
| HSL | 117.2º | 0.78% | 0.48% | - |
| HSV(B) | 117.2º | 0.88% | 0.86% | - |
| XYZ | 26.52 | 51.64 | 9.61 | - |
| YUV | 142.98 | 62.54 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 27 | 0.84 | 0 | 0.88 | 0.14 | 117.2 | 0.78 | 0.48 |
| Hex | 24 | DC | 1B | 54 | 0 | 58 | E | 75 | 4E | 30 |
| Octal | 44 | 334 | 33 | 124 | 0 | 130 | 16 | 165 | 116 | 60 |
| Binary | 100100 | 11011100 | 11011 | 1010100 | 0 | 1011000 | 1110 | 1110101 | 1001110 | 110000 |
Color Harmonies of #24DC1B
Complementary color
Monochromatic Colors of #24DC1B
Black with #24DC1B
Text Example
Text Example
White with #24DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DC1B; }
p { color: rgb(36,220,27); }
H1.HeaderClassName
{
color: #24DC1B;
}
.AnyTagClassName
{
color: #24DC1B;
}
</style>
background-color css
<style>
a { background-color: #24DC1B; }
a { background-color: rgb(36,220,27); }
div.DivClassName
{
background-color: #24DC1B;
}
.BgClassName
{
background-color: #24DC1B;
}
</style>
border-color css
<style>
span { border-color: #24DC1B; }
span { border-color: rgb(36,220,27); }
td.TdClassName
{
border-color: #24DC1B;
}
.TagClassName
{
border-color: #24DC1B;
}
</style>