Shades of Lime Green #1FD316
Tints of Lime Green #1FD316
RGB
CMYK
RGB Variations
Color information
#1FD316 (or 0x1FD316) is known color: Lime Green. HEX triplet: 1F, D3 and 16. RGB value is (31,211,22). Sum of RGB (Red+Green+Blue) = 31+211+22=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 211 (82.81% from 255 or 79.92% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD316 is #E02CE9. Grayscale: #888888. Windows color (decimal): -14691562 or 1495839. OLE color: 1495839.
HSL color Cylindrical-coordinate representation of color #1FD316: hue angle of 117.14º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FD316 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 22 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.17 |
| HSL | 117.14º | 0.81% | 0.46% | - |
| HSV(B) | 117.14º | 0.9% | 0.83% | - |
| XYZ | 24 | 46.94 | 8.55 | - |
| YUV | 135.63 | 63.87 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 22 | 0.85 | 0 | 0.90 | 0.17 | 117.14 | 0.81 | 0.46 |
| Hex | 1F | D3 | 16 | 55 | 0 | 5A | 11 | 75 | 51 | 2E |
| Octal | 37 | 323 | 26 | 125 | 0 | 132 | 21 | 165 | 121 | 56 |
| Binary | 11111 | 11010011 | 10110 | 1010101 | 0 | 1011010 | 10001 | 1110101 | 1010001 | 101110 |
Color Harmonies of #1FD316
Complementary color
Monochromatic Colors of #1FD316
Black with #1FD316
Text Example
Text Example
White with #1FD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD316; }
p { color: rgb(31,211,22); }
H1.HeaderClassName
{
color: #1FD316;
}
.AnyTagClassName
{
color: #1FD316;
}
</style>
background-color css
<style>
a { background-color: #1FD316; }
a { background-color: rgb(31,211,22); }
div.DivClassName
{
background-color: #1FD316;
}
.BgClassName
{
background-color: #1FD316;
}
</style>
border-color css
<style>
span { border-color: #1FD316; }
span { border-color: rgb(31,211,22); }
td.TdClassName
{
border-color: #1FD316;
}
.TagClassName
{
border-color: #1FD316;
}
</style>