Shades of Lime Green #1FC804
Tints of Lime Green #1FC804
RGB
CMYK
RGB Variations
Color information
#1FC804 (or 0x1FC804) is known color: Lime Green. HEX triplet: 1F, C8 and 04. RGB value is (31,200,4). Sum of RGB (Red+Green+Blue) = 31+200+4=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 200 (78.52% from 255 or 85.11% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC804 is #E037FB. Grayscale: #7F7F7F. Windows color (decimal): -14694396 or 313375. OLE color: 313375.
HSL color Cylindrical-coordinate representation of color #1FC804: hue angle of 111.73º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FC804 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.22 |
| HSL | 111.73º | 0.96% | 0.4% | - |
| HSV(B) | 111.73º | 0.98% | 0.78% | - |
| XYZ | 21.24 | 41.61 | 7.03 | - |
| YUV | 127.13 | 58.51 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 4 | 0.84 | 0 | 0.98 | 0.22 | 111.73 | 0.96 | 0.4 |
| Hex | 1F | C8 | 4 | 54 | 0 | 62 | 16 | 70 | 60 | 28 |
| Octal | 37 | 310 | 4 | 124 | 0 | 142 | 26 | 160 | 140 | 50 |
| Binary | 11111 | 11001000 | 100 | 1010100 | 0 | 1100010 | 10110 | 1110000 | 1100000 | 101000 |
Color Harmonies of #1FC804
Complementary color
Monochromatic Colors of #1FC804
Black with #1FC804
Text Example
Text Example
White with #1FC804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC804; }
p { color: rgb(31,200,4); }
H1.HeaderClassName
{
color: #1FC804;
}
.AnyTagClassName
{
color: #1FC804;
}
</style>
background-color css
<style>
a { background-color: #1FC804; }
a { background-color: rgb(31,200,4); }
div.DivClassName
{
background-color: #1FC804;
}
.BgClassName
{
background-color: #1FC804;
}
</style>
border-color css
<style>
span { border-color: #1FC804; }
span { border-color: rgb(31,200,4); }
td.TdClassName
{
border-color: #1FC804;
}
.TagClassName
{
border-color: #1FC804;
}
</style>