Shades of Lime Green #1FDC16
Tints of Lime Green #1FDC16
RGB
CMYK
RGB Variations
Color information
#1FDC16 (or 0x1FDC16) is known color: Lime Green. HEX triplet: 1F, DC and 16. RGB value is (31,220,22). Sum of RGB (Red+Green+Blue) = 31+220+22=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDC16 is #E023E9. Grayscale: #8D8D8D. Windows color (decimal): -14689258 or 1498143. OLE color: 1498143.
HSL color Cylindrical-coordinate representation of color #1FDC16: hue angle of 117.27º 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 #1FDC16 is Cyan = 0.86, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 22 | - |
| CMYK | 0.86 | 0 | 0.9 | 0.14 |
| HSL | 117.27º | 0.82% | 0.47% | - |
| HSV(B) | 117.27º | 0.9% | 0.86% | - |
| XYZ | 26.3 | 51.54 | 9.32 | - |
| YUV | 140.92 | 60.88 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 22 | 0.86 | 0 | 0.9 | 0.14 | 117.27 | 0.82 | 0.47 |
| Hex | 1F | DC | 16 | 56 | 0 | 5A | E | 75 | 52 | 2F |
| Octal | 37 | 334 | 26 | 126 | 0 | 132 | 16 | 165 | 122 | 57 |
| Binary | 11111 | 11011100 | 10110 | 1010110 | 0 | 1011010 | 1110 | 1110101 | 1010010 | 101111 |
Color Harmonies of #1FDC16
Complementary color
Monochromatic Colors of #1FDC16
Black with #1FDC16
Text Example
Text Example
White with #1FDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC16; }
p { color: rgb(31,220,22); }
H1.HeaderClassName
{
color: #1FDC16;
}
.AnyTagClassName
{
color: #1FDC16;
}
</style>
background-color css
<style>
a { background-color: #1FDC16; }
a { background-color: rgb(31,220,22); }
div.DivClassName
{
background-color: #1FDC16;
}
.BgClassName
{
background-color: #1FDC16;
}
</style>
border-color css
<style>
span { border-color: #1FDC16; }
span { border-color: rgb(31,220,22); }
td.TdClassName
{
border-color: #1FDC16;
}
.TagClassName
{
border-color: #1FDC16;
}
</style>