Shades of Lime Green #1FC70A
Tints of Lime Green #1FC70A
RGB
CMYK
RGB Variations
Color information
#1FC70A (or 0x1FC70A) is known color: Lime Green. HEX triplet: 1F, C7 and 0A. RGB value is (31,199,10). Sum of RGB (Red+Green+Blue) = 31+199+10=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 199 (78.12% from 255 or 82.92% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC70A is #E038F5. Grayscale: #7F7F7F. Windows color (decimal): -14694646 or 706335. OLE color: 706335.
HSL color Cylindrical-coordinate representation of color #1FC70A: hue angle of 113.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FC70A is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 10 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.22 |
| HSL | 113.33º | 0.9% | 0.41% | - |
| HSV(B) | 113.33º | 0.95% | 0.78% | - |
| XYZ | 21.04 | 41.16 | 7.12 | - |
| YUV | 127.22 | 61.84 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 10 | 0.84 | 0 | 0.95 | 0.22 | 113.33 | 0.9 | 0.41 |
| Hex | 1F | C7 | A | 54 | 0 | 5F | 16 | 71 | 5A | 29 |
| Octal | 37 | 307 | 12 | 124 | 0 | 137 | 26 | 161 | 132 | 51 |
| Binary | 11111 | 11000111 | 1010 | 1010100 | 0 | 1011111 | 10110 | 1110001 | 1011010 | 101001 |
Color Harmonies of #1FC70A
Complementary color
Monochromatic Colors of #1FC70A
Black with #1FC70A
Text Example
Text Example
White with #1FC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC70A; }
p { color: rgb(31,199,10); }
H1.HeaderClassName
{
color: #1FC70A;
}
.AnyTagClassName
{
color: #1FC70A;
}
</style>
background-color css
<style>
a { background-color: #1FC70A; }
a { background-color: rgb(31,199,10); }
div.DivClassName
{
background-color: #1FC70A;
}
.BgClassName
{
background-color: #1FC70A;
}
</style>
border-color css
<style>
span { border-color: #1FC70A; }
span { border-color: rgb(31,199,10); }
td.TdClassName
{
border-color: #1FC70A;
}
.TagClassName
{
border-color: #1FC70A;
}
</style>