Shades of Lime Green #1FC90E
Tints of Lime Green #1FC90E
RGB
CMYK
RGB Variations
Color information
#1FC90E (or 0x1FC90E) is known color: Lime Green. HEX triplet: 1F, C9 and 0E. RGB value is (31,201,14). Sum of RGB (Red+Green+Blue) = 31+201+14=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 201 (78.91% from 255 or 81.71% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC90E is #E036F1. Grayscale: #818181. Windows color (decimal): -14694130 or 968991. OLE color: 968991.
HSL color Cylindrical-coordinate representation of color #1FC90E: hue angle of 114.55º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FC90E is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 14 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.21 |
| HSL | 114.55º | 0.87% | 0.42% | - |
| HSV(B) | 114.55º | 0.93% | 0.79% | - |
| XYZ | 21.53 | 42.1 | 7.41 | - |
| YUV | 128.85 | 63.18 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 14 | 0.85 | 0 | 0.93 | 0.21 | 114.55 | 0.87 | 0.42 |
| Hex | 1F | C9 | E | 55 | 0 | 5D | 15 | 73 | 57 | 2A |
| Octal | 37 | 311 | 16 | 125 | 0 | 135 | 25 | 163 | 127 | 52 |
| Binary | 11111 | 11001001 | 1110 | 1010101 | 0 | 1011101 | 10101 | 1110011 | 1010111 | 101010 |
Color Harmonies of #1FC90E
Complementary color
Monochromatic Colors of #1FC90E
Black with #1FC90E
Text Example
Text Example
White with #1FC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC90E; }
p { color: rgb(31,201,14); }
H1.HeaderClassName
{
color: #1FC90E;
}
.AnyTagClassName
{
color: #1FC90E;
}
</style>
background-color css
<style>
a { background-color: #1FC90E; }
a { background-color: rgb(31,201,14); }
div.DivClassName
{
background-color: #1FC90E;
}
.BgClassName
{
background-color: #1FC90E;
}
</style>
border-color css
<style>
span { border-color: #1FC90E; }
span { border-color: rgb(31,201,14); }
td.TdClassName
{
border-color: #1FC90E;
}
.TagClassName
{
border-color: #1FC90E;
}
</style>