Shades of Lime Green #1FC70B
Tints of Lime Green #1FC70B
RGB
CMYK
RGB Variations
Color information
#1FC70B (or 0x1FC70B) is known color: Lime Green. HEX triplet: 1F, C7 and 0B. RGB value is (31,199,11). Sum of RGB (Red+Green+Blue) = 31+199+11=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 199 (78.12% from 255 or 82.57% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC70B is #E038F4. Grayscale: #7F7F7F. Windows color (decimal): -14694645 or 771871. OLE color: 771871.
HSL color Cylindrical-coordinate representation of color #1FC70B: hue angle of 113.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FC70B is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 11 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.22 |
| HSL | 113.62º | 0.9% | 0.41% | - |
| HSV(B) | 113.62º | 0.94% | 0.78% | - |
| XYZ | 21.05 | 41.16 | 7.15 | - |
| YUV | 127.34 | 62.34 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 11 | 0.84 | 0 | 0.94 | 0.22 | 113.62 | 0.9 | 0.41 |
| Hex | 1F | C7 | B | 54 | 0 | 5E | 16 | 72 | 5A | 29 |
| Octal | 37 | 307 | 13 | 124 | 0 | 136 | 26 | 162 | 132 | 51 |
| Binary | 11111 | 11000111 | 1011 | 1010100 | 0 | 1011110 | 10110 | 1110010 | 1011010 | 101001 |
Color Harmonies of #1FC70B
Complementary color
Monochromatic Colors of #1FC70B
Black with #1FC70B
Text Example
Text Example
White with #1FC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC70B; }
p { color: rgb(31,199,11); }
H1.HeaderClassName
{
color: #1FC70B;
}
.AnyTagClassName
{
color: #1FC70B;
}
</style>
background-color css
<style>
a { background-color: #1FC70B; }
a { background-color: rgb(31,199,11); }
div.DivClassName
{
background-color: #1FC70B;
}
.BgClassName
{
background-color: #1FC70B;
}
</style>
border-color css
<style>
span { border-color: #1FC70B; }
span { border-color: rgb(31,199,11); }
td.TdClassName
{
border-color: #1FC70B;
}
.TagClassName
{
border-color: #1FC70B;
}
</style>