Shades of Lime Green #1FC019
Tints of Lime Green #1FC019
RGB
CMYK
RGB Variations
Color information
#1FC019 (or 0x1FC019) is known color: Lime Green. HEX triplet: 1F, C0 and 19. RGB value is (31,192,25). Sum of RGB (Red+Green+Blue) = 31+192+25=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC019 is #E03FE6. Grayscale: #7D7D7D. Windows color (decimal): -14696423 or 1687583. OLE color: 1687583.
HSL color Cylindrical-coordinate representation of color #1FC019: hue angle of 117.84º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC019 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 25 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.25 |
| HSL | 117.84º | 0.77% | 0.43% | - |
| HSV(B) | 117.84º | 0.87% | 0.75% | - |
| XYZ | 19.59 | 38.06 | 7.23 | - |
| YUV | 124.82 | 71.66 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 25 | 0.84 | 0 | 0.87 | 0.25 | 117.84 | 0.77 | 0.43 |
| Hex | 1F | C0 | 19 | 54 | 0 | 57 | 19 | 76 | 4D | 2B |
| Octal | 37 | 300 | 31 | 124 | 0 | 127 | 31 | 166 | 115 | 53 |
| Binary | 11111 | 11000000 | 11001 | 1010100 | 0 | 1010111 | 11001 | 1110110 | 1001101 | 101011 |
Color Harmonies of #1FC019
Complementary color
Monochromatic Colors of #1FC019
Black with #1FC019
Text Example
Text Example
White with #1FC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC019; }
p { color: rgb(31,192,25); }
H1.HeaderClassName
{
color: #1FC019;
}
.AnyTagClassName
{
color: #1FC019;
}
</style>
background-color css
<style>
a { background-color: #1FC019; }
a { background-color: rgb(31,192,25); }
div.DivClassName
{
background-color: #1FC019;
}
.BgClassName
{
background-color: #1FC019;
}
</style>
border-color css
<style>
span { border-color: #1FC019; }
span { border-color: rgb(31,192,25); }
td.TdClassName
{
border-color: #1FC019;
}
.TagClassName
{
border-color: #1FC019;
}
</style>