Shades of Lime Green #1FC611
Tints of Lime Green #1FC611
RGB
CMYK
RGB Variations
Color information
#1FC611 (or 0x1FC611) is known color: Lime Green. HEX triplet: 1F, C6 and 11. RGB value is (31,198,17). Sum of RGB (Red+Green+Blue) = 31+198+17=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC611 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC611 is #E039EE. Grayscale: #7F7F7F. Windows color (decimal): -14694895 or 1164831. OLE color: 1164831.
HSL color Cylindrical-coordinate representation of color #1FC611: hue angle of 115.36º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FC611 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 17 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.22 |
| HSL | 115.36º | 0.84% | 0.42% | - |
| HSV(B) | 115.36º | 0.91% | 0.78% | - |
| XYZ | 20.86 | 40.72 | 7.29 | - |
| YUV | 127.43 | 65.67 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 17 | 0.84 | 0 | 0.91 | 0.22 | 115.36 | 0.84 | 0.42 |
| Hex | 1F | C6 | 11 | 54 | 0 | 5B | 16 | 73 | 54 | 2A |
| Octal | 37 | 306 | 21 | 124 | 0 | 133 | 26 | 163 | 124 | 52 |
| Binary | 11111 | 11000110 | 10001 | 1010100 | 0 | 1011011 | 10110 | 1110011 | 1010100 | 101010 |
Color Harmonies of #1FC611
Complementary color
Monochromatic Colors of #1FC611
Black with #1FC611
Text Example
Text Example
White with #1FC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC611; }
p { color: rgb(31,198,17); }
H1.HeaderClassName
{
color: #1FC611;
}
.AnyTagClassName
{
color: #1FC611;
}
</style>
background-color css
<style>
a { background-color: #1FC611; }
a { background-color: rgb(31,198,17); }
div.DivClassName
{
background-color: #1FC611;
}
.BgClassName
{
background-color: #1FC611;
}
</style>
border-color css
<style>
span { border-color: #1FC611; }
span { border-color: rgb(31,198,17); }
td.TdClassName
{
border-color: #1FC611;
}
.TagClassName
{
border-color: #1FC611;
}
</style>