Shades of Lime Green #1EC10A
Tints of Lime Green #1EC10A
RGB
CMYK
RGB Variations
Color information
#1EC10A (or 0x1EC10A) is known color: Lime Green. HEX triplet: 1E, C1 and 0A. RGB value is (30,193,10). Sum of RGB (Red+Green+Blue) = 30+193+10=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 193 (75.78% from 255 or 82.83% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC10A is #E13EF5. Grayscale: #7B7B7B. Windows color (decimal): -14761718 or 704798. OLE color: 704798.
HSL color Cylindrical-coordinate representation of color #1EC10A: hue angle of 113.44º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EC10A is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 10 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.24 |
| HSL | 113.44º | 0.9% | 0.4% | - |
| HSV(B) | 113.44º | 0.95% | 0.76% | - |
| XYZ | 19.66 | 38.44 | 6.67 | - |
| YUV | 123.4 | 64 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 10 | 0.84 | 0 | 0.95 | 0.24 | 113.44 | 0.9 | 0.4 |
| Hex | 1E | C1 | A | 54 | 0 | 5F | 18 | 71 | 5A | 28 |
| Octal | 36 | 301 | 12 | 124 | 0 | 137 | 30 | 161 | 132 | 50 |
| Binary | 11110 | 11000001 | 1010 | 1010100 | 0 | 1011111 | 11000 | 1110001 | 1011010 | 101000 |
Color Harmonies of #1EC10A
Complementary color
Monochromatic Colors of #1EC10A
Black with #1EC10A
Text Example
Text Example
White with #1EC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC10A; }
p { color: rgb(30,193,10); }
H1.HeaderClassName
{
color: #1EC10A;
}
.AnyTagClassName
{
color: #1EC10A;
}
</style>
background-color css
<style>
a { background-color: #1EC10A; }
a { background-color: rgb(30,193,10); }
div.DivClassName
{
background-color: #1EC10A;
}
.BgClassName
{
background-color: #1EC10A;
}
</style>
border-color css
<style>
span { border-color: #1EC10A; }
span { border-color: rgb(30,193,10); }
td.TdClassName
{
border-color: #1EC10A;
}
.TagClassName
{
border-color: #1EC10A;
}
</style>