Shades of Lime Green #1FDB16
Tints of Lime Green #1FDB16
RGB
CMYK
RGB Variations
Color information
#1FDB16 (or 0x1FDB16) is known color: Lime Green. HEX triplet: 1F, DB and 16. RGB value is (31,219,22). Sum of RGB (Red+Green+Blue) = 31+219+22=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 219 (85.94% from 255 or 80.51% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDB16 is #E024E9. Grayscale: #8C8C8C. Windows color (decimal): -14689514 or 1497887. OLE color: 1497887.
HSL color Cylindrical-coordinate representation of color #1FDB16: hue angle of 117.26º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FDB16 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 22 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.14 |
| HSL | 117.26º | 0.82% | 0.47% | - |
| HSV(B) | 117.26º | 0.9% | 0.86% | - |
| XYZ | 26.04 | 51.01 | 9.23 | - |
| YUV | 140.33 | 61.22 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 22 | 0.86 | 0 | 0.90 | 0.14 | 117.26 | 0.82 | 0.47 |
| Hex | 1F | DB | 16 | 56 | 0 | 5A | E | 75 | 52 | 2F |
| Octal | 37 | 333 | 26 | 126 | 0 | 132 | 16 | 165 | 122 | 57 |
| Binary | 11111 | 11011011 | 10110 | 1010110 | 0 | 1011010 | 1110 | 1110101 | 1010010 | 101111 |
Color Harmonies of #1FDB16
Complementary color
Monochromatic Colors of #1FDB16
Black with #1FDB16
Text Example
Text Example
White with #1FDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB16; }
p { color: rgb(31,219,22); }
H1.HeaderClassName
{
color: #1FDB16;
}
.AnyTagClassName
{
color: #1FDB16;
}
</style>
background-color css
<style>
a { background-color: #1FDB16; }
a { background-color: rgb(31,219,22); }
div.DivClassName
{
background-color: #1FDB16;
}
.BgClassName
{
background-color: #1FDB16;
}
</style>
border-color css
<style>
span { border-color: #1FDB16; }
span { border-color: rgb(31,219,22); }
td.TdClassName
{
border-color: #1FDB16;
}
.TagClassName
{
border-color: #1FDB16;
}
</style>