Shades of Lime Green #1EC110
Tints of Lime Green #1EC110
RGB
CMYK
RGB Variations
Color information
#1EC110 (or 0x1EC110) is known color: Lime Green. HEX triplet: 1E, C1 and 10. RGB value is (30,193,16). Sum of RGB (Red+Green+Blue) = 30+193+16=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC110 is #E13EEF. Grayscale: #7C7C7C. Windows color (decimal): -14761712 or 1098014. OLE color: 1098014.
HSL color Cylindrical-coordinate representation of color #1EC110: hue angle of 115.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EC110 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 16 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.24 |
| HSL | 115.25º | 0.85% | 0.41% | - |
| HSV(B) | 115.25º | 0.92% | 0.76% | - |
| XYZ | 19.7 | 38.45 | 6.87 | - |
| YUV | 124.09 | 67 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 16 | 0.84 | 0 | 0.92 | 0.24 | 115.25 | 0.85 | 0.41 |
| Hex | 1E | C1 | 10 | 54 | 0 | 5C | 18 | 73 | 55 | 29 |
| Octal | 36 | 301 | 20 | 124 | 0 | 134 | 30 | 163 | 125 | 51 |
| Binary | 11110 | 11000001 | 10000 | 1010100 | 0 | 1011100 | 11000 | 1110011 | 1010101 | 101001 |
Color Harmonies of #1EC110
Complementary color
Monochromatic Colors of #1EC110
Black with #1EC110
Text Example
Text Example
White with #1EC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC110; }
p { color: rgb(30,193,16); }
H1.HeaderClassName
{
color: #1EC110;
}
.AnyTagClassName
{
color: #1EC110;
}
</style>
background-color css
<style>
a { background-color: #1EC110; }
a { background-color: rgb(30,193,16); }
div.DivClassName
{
background-color: #1EC110;
}
.BgClassName
{
background-color: #1EC110;
}
</style>
border-color css
<style>
span { border-color: #1EC110; }
span { border-color: rgb(30,193,16); }
td.TdClassName
{
border-color: #1EC110;
}
.TagClassName
{
border-color: #1EC110;
}
</style>