Shades of Lime Green #1FB516
Tints of Lime Green #1FB516
RGB
CMYK
RGB Variations
Color information
#1FB516 (or 0x1FB516) is known color: Lime Green. HEX triplet: 1F, B5 and 16. RGB value is (31,181,22). Sum of RGB (Red+Green+Blue) = 31+181+22=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 181 (71.09% from 255 or 77.35% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB516 is #E04AE9. Grayscale: #767676. Windows color (decimal): -14699242 or 1488159. OLE color: 1488159.
HSL color Cylindrical-coordinate representation of color #1FB516: hue angle of 116.6º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB516 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 22 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.29 |
| HSL | 116.6º | 0.78% | 0.4% | - |
| HSV(B) | 116.6º | 0.88% | 0.71% | - |
| XYZ | 17.23 | 33.4 | 6.3 | - |
| YUV | 118.02 | 73.81 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 22 | 0.83 | 0 | 0.88 | 0.29 | 116.6 | 0.78 | 0.4 |
| Hex | 1F | B5 | 16 | 53 | 0 | 58 | 1D | 75 | 4E | 28 |
| Octal | 37 | 265 | 26 | 123 | 0 | 130 | 35 | 165 | 116 | 50 |
| Binary | 11111 | 10110101 | 10110 | 1010011 | 0 | 1011000 | 11101 | 1110101 | 1001110 | 101000 |
Color Harmonies of #1FB516
Complementary color
Monochromatic Colors of #1FB516
Black with #1FB516
Text Example
Text Example
White with #1FB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB516; }
p { color: rgb(31,181,22); }
H1.HeaderClassName
{
color: #1FB516;
}
.AnyTagClassName
{
color: #1FB516;
}
</style>
background-color css
<style>
a { background-color: #1FB516; }
a { background-color: rgb(31,181,22); }
div.DivClassName
{
background-color: #1FB516;
}
.BgClassName
{
background-color: #1FB516;
}
</style>
border-color css
<style>
span { border-color: #1FB516; }
span { border-color: rgb(31,181,22); }
td.TdClassName
{
border-color: #1FB516;
}
.TagClassName
{
border-color: #1FB516;
}
</style>