Shades of Lime Green #1FC802
Tints of Lime Green #1FC802
RGB
CMYK
RGB Variations
Color information
#1FC802 (or 0x1FC802) is known color: Lime Green. HEX triplet: 1F, C8 and 02. RGB value is (31,200,2). Sum of RGB (Red+Green+Blue) = 31+200+2=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 200 (78.52% from 255 or 85.84% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC802 is #E037FD. Grayscale: #7F7F7F. Windows color (decimal): -14694398 or 182303. OLE color: 182303.
HSL color Cylindrical-coordinate representation of color #1FC802: hue angle of 111.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FC802 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.22 |
| HSL | 111.21º | 0.98% | 0.4% | - |
| HSV(B) | 111.21º | 0.99% | 0.78% | - |
| XYZ | 21.23 | 41.6 | 6.97 | - |
| YUV | 126.9 | 57.51 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 2 | 0.84 | 0 | 0.99 | 0.22 | 111.21 | 0.98 | 0.4 |
| Hex | 1F | C8 | 2 | 54 | 0 | 63 | 16 | 6F | 62 | 28 |
| Octal | 37 | 310 | 2 | 124 | 0 | 143 | 26 | 157 | 142 | 50 |
| Binary | 11111 | 11001000 | 10 | 1010100 | 0 | 1100011 | 10110 | 1101111 | 1100010 | 101000 |
Color Harmonies of #1FC802
Complementary color
Monochromatic Colors of #1FC802
Black with #1FC802
Text Example
Text Example
White with #1FC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC802; }
p { color: rgb(31,200,2); }
H1.HeaderClassName
{
color: #1FC802;
}
.AnyTagClassName
{
color: #1FC802;
}
</style>
background-color css
<style>
a { background-color: #1FC802; }
a { background-color: rgb(31,200,2); }
div.DivClassName
{
background-color: #1FC802;
}
.BgClassName
{
background-color: #1FC802;
}
</style>
border-color css
<style>
span { border-color: #1FC802; }
span { border-color: rgb(31,200,2); }
td.TdClassName
{
border-color: #1FC802;
}
.TagClassName
{
border-color: #1FC802;
}
</style>