Shades of Lime Green #1FC619
Tints of Lime Green #1FC619
RGB
CMYK
RGB Variations
Color information
#1FC619 (or 0x1FC619) is known color: Lime Green. HEX triplet: 1F, C6 and 19. RGB value is (31,198,25). Sum of RGB (Red+Green+Blue) = 31+198+25=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 198 (77.73% from 255 or 77.95% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC619 is #E039E6. Grayscale: #808080. Windows color (decimal): -14694887 or 1689119. OLE color: 1689119.
HSL color Cylindrical-coordinate representation of color #1FC619: hue angle of 117.92º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC619 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 25 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.22 |
| HSL | 117.92º | 0.78% | 0.44% | - |
| HSV(B) | 117.92º | 0.87% | 0.78% | - |
| XYZ | 20.93 | 40.75 | 7.68 | - |
| YUV | 128.35 | 69.67 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 25 | 0.84 | 0 | 0.87 | 0.22 | 117.92 | 0.78 | 0.44 |
| Hex | 1F | C6 | 19 | 54 | 0 | 57 | 16 | 76 | 4E | 2C |
| Octal | 37 | 306 | 31 | 124 | 0 | 127 | 26 | 166 | 116 | 54 |
| Binary | 11111 | 11000110 | 11001 | 1010100 | 0 | 1010111 | 10110 | 1110110 | 1001110 | 101100 |
Color Harmonies of #1FC619
Complementary color
Monochromatic Colors of #1FC619
Black with #1FC619
Text Example
Text Example
White with #1FC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC619; }
p { color: rgb(31,198,25); }
H1.HeaderClassName
{
color: #1FC619;
}
.AnyTagClassName
{
color: #1FC619;
}
</style>
background-color css
<style>
a { background-color: #1FC619; }
a { background-color: rgb(31,198,25); }
div.DivClassName
{
background-color: #1FC619;
}
.BgClassName
{
background-color: #1FC619;
}
</style>
border-color css
<style>
span { border-color: #1FC619; }
span { border-color: rgb(31,198,25); }
td.TdClassName
{
border-color: #1FC619;
}
.TagClassName
{
border-color: #1FC619;
}
</style>