Shades of Lime Green #1FB417
Tints of Lime Green #1FB417
RGB
CMYK
RGB Variations
Color information
#1FB417 (or 0x1FB417) is known color: Lime Green. HEX triplet: 1F, B4 and 17. RGB value is (31,180,23). Sum of RGB (Red+Green+Blue) = 31+180+23=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 180 (70.70% from 255 or 76.92% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB417 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB417 is #E04BE8. Grayscale: #767676. Windows color (decimal): -14699497 or 1553439. OLE color: 1553439.
HSL color Cylindrical-coordinate representation of color #1FB417: hue angle of 116.94º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FB417 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 23 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.29 |
| HSL | 116.94º | 0.77% | 0.4% | - |
| HSV(B) | 116.94º | 0.87% | 0.71% | - |
| XYZ | 17.04 | 33 | 6.28 | - |
| YUV | 117.55 | 74.64 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 23 | 0.83 | 0 | 0.87 | 0.29 | 116.94 | 0.77 | 0.4 |
| Hex | 1F | B4 | 17 | 53 | 0 | 57 | 1D | 75 | 4D | 28 |
| Octal | 37 | 264 | 27 | 123 | 0 | 127 | 35 | 165 | 115 | 50 |
| Binary | 11111 | 10110100 | 10111 | 1010011 | 0 | 1010111 | 11101 | 1110101 | 1001101 | 101000 |
Color Harmonies of #1FB417
Complementary color
Monochromatic Colors of #1FB417
Black with #1FB417
Text Example
Text Example
White with #1FB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB417; }
p { color: rgb(31,180,23); }
H1.HeaderClassName
{
color: #1FB417;
}
.AnyTagClassName
{
color: #1FB417;
}
</style>
background-color css
<style>
a { background-color: #1FB417; }
a { background-color: rgb(31,180,23); }
div.DivClassName
{
background-color: #1FB417;
}
.BgClassName
{
background-color: #1FB417;
}
</style>
border-color css
<style>
span { border-color: #1FB417; }
span { border-color: rgb(31,180,23); }
td.TdClassName
{
border-color: #1FB417;
}
.TagClassName
{
border-color: #1FB417;
}
</style>