Shades of Lime Green #1FC61E
Tints of Lime Green #1FC61E
RGB
CMYK
RGB Variations
Color information
#1FC61E (or 0x1FC61E) is known color: Lime Green. HEX triplet: 1F, C6 and 1E. RGB value is (31,198,30). Sum of RGB (Red+Green+Blue) = 31+198+30=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 198 (77.73% from 255 or 76.45% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC61E is #E039E1. Grayscale: #818181. Windows color (decimal): -14694882 or 2016799. OLE color: 2016799.
HSL color Cylindrical-coordinate representation of color #1FC61E: hue angle of 119.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC61E is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 30 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.22 |
| HSL | 119.64º | 0.74% | 0.45% | - |
| HSV(B) | 119.64º | 0.85% | 0.78% | - |
| XYZ | 20.99 | 40.77 | 7.99 | - |
| YUV | 128.92 | 72.17 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 30 | 0.84 | 0 | 0.85 | 0.22 | 119.64 | 0.74 | 0.45 |
| Hex | 1F | C6 | 1E | 54 | 0 | 55 | 16 | 78 | 4A | 2D |
| Octal | 37 | 306 | 36 | 124 | 0 | 125 | 26 | 170 | 112 | 55 |
| Binary | 11111 | 11000110 | 11110 | 1010100 | 0 | 1010101 | 10110 | 1111000 | 1001010 | 101101 |
Color Harmonies of #1FC61E
Complementary color
Monochromatic Colors of #1FC61E
Black with #1FC61E
Text Example
Text Example
White with #1FC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC61E; }
p { color: rgb(31,198,30); }
H1.HeaderClassName
{
color: #1FC61E;
}
.AnyTagClassName
{
color: #1FC61E;
}
</style>
background-color css
<style>
a { background-color: #1FC61E; }
a { background-color: rgb(31,198,30); }
div.DivClassName
{
background-color: #1FC61E;
}
.BgClassName
{
background-color: #1FC61E;
}
</style>
border-color css
<style>
span { border-color: #1FC61E; }
span { border-color: rgb(31,198,30); }
td.TdClassName
{
border-color: #1FC61E;
}
.TagClassName
{
border-color: #1FC61E;
}
</style>