Shades of Lime Green #1FC014
Tints of Lime Green #1FC014
RGB
CMYK
RGB Variations
Color information
#1FC014 (or 0x1FC014) is known color: Lime Green. HEX triplet: 1F, C0 and 14. RGB value is (31,192,20). Sum of RGB (Red+Green+Blue) = 31+192+20=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC014 is #E03FEB. Grayscale: #7C7C7C. Windows color (decimal): -14696428 or 1359903. OLE color: 1359903.
HSL color Cylindrical-coordinate representation of color #1FC014: hue angle of 116.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FC014 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 20 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.25 |
| HSL | 116.16º | 0.81% | 0.42% | - |
| HSV(B) | 116.16º | 0.9% | 0.75% | - |
| XYZ | 19.54 | 38.04 | 6.97 | - |
| YUV | 124.25 | 69.16 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 20 | 0.84 | 0 | 0.90 | 0.25 | 116.16 | 0.81 | 0.42 |
| Hex | 1F | C0 | 14 | 54 | 0 | 5A | 19 | 74 | 51 | 2A |
| Octal | 37 | 300 | 24 | 124 | 0 | 132 | 31 | 164 | 121 | 52 |
| Binary | 11111 | 11000000 | 10100 | 1010100 | 0 | 1011010 | 11001 | 1110100 | 1010001 | 101010 |
Color Harmonies of #1FC014
Complementary color
Monochromatic Colors of #1FC014
Black with #1FC014
Text Example
Text Example
White with #1FC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC014; }
p { color: rgb(31,192,20); }
H1.HeaderClassName
{
color: #1FC014;
}
.AnyTagClassName
{
color: #1FC014;
}
</style>
background-color css
<style>
a { background-color: #1FC014; }
a { background-color: rgb(31,192,20); }
div.DivClassName
{
background-color: #1FC014;
}
.BgClassName
{
background-color: #1FC014;
}
</style>
border-color css
<style>
span { border-color: #1FC014; }
span { border-color: rgb(31,192,20); }
td.TdClassName
{
border-color: #1FC014;
}
.TagClassName
{
border-color: #1FC014;
}
</style>