Shades of Lime Green #1EC611
Tints of Lime Green #1EC611
RGB
CMYK
RGB Variations
Color information
#1EC611 (or 0x1EC611) is known color: Lime Green. HEX triplet: 1E, C6 and 11. RGB value is (30,198,17). Sum of RGB (Red+Green+Blue) = 30+198+17=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 198 (77.73% from 255 or 80.82% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC611 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC611 is #E139EE. Grayscale: #7F7F7F. Windows color (decimal): -14760431 or 1164830. OLE color: 1164830.
HSL color Cylindrical-coordinate representation of color #1EC611: hue angle of 115.69º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EC611 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 198 | 17 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.22 |
| HSL | 115.69º | 0.84% | 0.42% | - |
| HSV(B) | 115.69º | 0.91% | 0.78% | - |
| XYZ | 20.83 | 40.7 | 7.29 | - |
| YUV | 127.13 | 65.84 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 17 | 0.85 | 0 | 0.91 | 0.22 | 115.69 | 0.84 | 0.42 |
| Hex | 1E | C6 | 11 | 55 | 0 | 5B | 16 | 74 | 54 | 2A |
| Octal | 36 | 306 | 21 | 125 | 0 | 133 | 26 | 164 | 124 | 52 |
| Binary | 11110 | 11000110 | 10001 | 1010101 | 0 | 1011011 | 10110 | 1110100 | 1010100 | 101010 |
Color Harmonies of #1EC611
Complementary color
Monochromatic Colors of #1EC611
Black with #1EC611
Text Example
Text Example
White with #1EC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC611; }
p { color: rgb(30,198,17); }
H1.HeaderClassName
{
color: #1EC611;
}
.AnyTagClassName
{
color: #1EC611;
}
</style>
background-color css
<style>
a { background-color: #1EC611; }
a { background-color: rgb(30,198,17); }
div.DivClassName
{
background-color: #1EC611;
}
.BgClassName
{
background-color: #1EC611;
}
</style>
border-color css
<style>
span { border-color: #1EC611; }
span { border-color: rgb(30,198,17); }
td.TdClassName
{
border-color: #1EC611;
}
.TagClassName
{
border-color: #1EC611;
}
</style>