Shades of Lime Green #1EC616
Tints of Lime Green #1EC616
RGB
CMYK
RGB Variations
Color information
#1EC616 (or 0x1EC616) is known color: Lime Green. HEX triplet: 1E, C6 and 16. RGB value is (30,198,22). Sum of RGB (Red+Green+Blue) = 30+198+22=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 198 (77.73% from 255 or 79.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC616 is #E139E9. Grayscale: #808080. Windows color (decimal): -14760426 or 1492510. OLE color: 1492510.
HSL color Cylindrical-coordinate representation of color #1EC616: hue angle of 117.27º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EC616 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 198 | 22 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.22 |
| HSL | 117.27º | 0.8% | 0.43% | - |
| HSV(B) | 117.27º | 0.89% | 0.78% | - |
| XYZ | 20.87 | 40.72 | 7.52 | - |
| YUV | 127.7 | 68.34 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 22 | 0.85 | 0 | 0.89 | 0.22 | 117.27 | 0.8 | 0.43 |
| Hex | 1E | C6 | 16 | 55 | 0 | 59 | 16 | 75 | 50 | 2B |
| Octal | 36 | 306 | 26 | 125 | 0 | 131 | 26 | 165 | 120 | 53 |
| Binary | 11110 | 11000110 | 10110 | 1010101 | 0 | 1011001 | 10110 | 1110101 | 1010000 | 101011 |
Color Harmonies of #1EC616
Complementary color
Monochromatic Colors of #1EC616
Black with #1EC616
Text Example
Text Example
White with #1EC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC616; }
p { color: rgb(30,198,22); }
H1.HeaderClassName
{
color: #1EC616;
}
.AnyTagClassName
{
color: #1EC616;
}
</style>
background-color css
<style>
a { background-color: #1EC616; }
a { background-color: rgb(30,198,22); }
div.DivClassName
{
background-color: #1EC616;
}
.BgClassName
{
background-color: #1EC616;
}
</style>
border-color css
<style>
span { border-color: #1EC616; }
span { border-color: rgb(30,198,22); }
td.TdClassName
{
border-color: #1EC616;
}
.TagClassName
{
border-color: #1EC616;
}
</style>