Shades of Lime Green #1FDB24
Tints of Lime Green #1FDB24
RGB
CMYK
RGB Variations
Color information
#1FDB24 (or 0x1FDB24) is known color: Lime Green. HEX triplet: 1F, DB and 24. RGB value is (31,219,36). Sum of RGB (Red+Green+Blue) = 31+219+36=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 219 (85.94% from 255 or 76.57% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDB24 is #E024DB. Grayscale: #8E8E8E. Windows color (decimal): -14689500 or 2415391. OLE color: 2415391.
HSL color Cylindrical-coordinate representation of color #1FDB24: hue angle of 121.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDB24 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 36 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.14 |
| HSL | 121.6º | 0.75% | 0.49% | - |
| HSV(B) | 121.6º | 0.86% | 0.86% | - |
| XYZ | 26.22 | 51.08 | 10.15 | - |
| YUV | 141.93 | 68.22 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 36 | 0.86 | 0 | 0.84 | 0.14 | 121.6 | 0.75 | 0.49 |
| Hex | 1F | DB | 24 | 56 | 0 | 54 | E | 7A | 4B | 31 |
| Octal | 37 | 333 | 44 | 126 | 0 | 124 | 16 | 172 | 113 | 61 |
| Binary | 11111 | 11011011 | 100100 | 1010110 | 0 | 1010100 | 1110 | 1111010 | 1001011 | 110001 |
Color Harmonies of #1FDB24
Complementary color
Monochromatic Colors of #1FDB24
Black with #1FDB24
Text Example
Text Example
White with #1FDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB24; }
p { color: rgb(31,219,36); }
H1.HeaderClassName
{
color: #1FDB24;
}
.AnyTagClassName
{
color: #1FDB24;
}
</style>
background-color css
<style>
a { background-color: #1FDB24; }
a { background-color: rgb(31,219,36); }
div.DivClassName
{
background-color: #1FDB24;
}
.BgClassName
{
background-color: #1FDB24;
}
</style>
border-color css
<style>
span { border-color: #1FDB24; }
span { border-color: rgb(31,219,36); }
td.TdClassName
{
border-color: #1FDB24;
}
.TagClassName
{
border-color: #1FDB24;
}
</style>