Shades of Lime Green #1EC12E
Tints of Lime Green #1EC12E
RGB
CMYK
RGB Variations
Color information
#1EC12E (or 0x1EC12E) is known color: Lime Green. HEX triplet: 1E, C1 and 2E. RGB value is (30,193,46). Sum of RGB (Red+Green+Blue) = 30+193+46=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC12E is #E13ED1. Grayscale: #7F7F7F. Windows color (decimal): -14761682 or 3064094. OLE color: 3064094.
HSL color Cylindrical-coordinate representation of color #1EC12E: hue angle of 125.89º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC12E is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 46 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.24 |
| HSL | 125.89º | 0.73% | 0.44% | - |
| HSV(B) | 125.89º | 0.84% | 0.76% | - |
| XYZ | 20.1 | 38.61 | 8.98 | - |
| YUV | 127.51 | 82 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 46 | 0.84 | 0 | 0.76 | 0.24 | 125.89 | 0.73 | 0.44 |
| Hex | 1E | C1 | 2E | 54 | 0 | 4C | 18 | 7E | 49 | 2C |
| Octal | 36 | 301 | 56 | 124 | 0 | 114 | 30 | 176 | 111 | 54 |
| Binary | 11110 | 11000001 | 101110 | 1010100 | 0 | 1001100 | 11000 | 1111110 | 1001001 | 101100 |
Color Harmonies of #1EC12E
Complementary color
Monochromatic Colors of #1EC12E
Black with #1EC12E
Text Example
Text Example
White with #1EC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC12E; }
p { color: rgb(30,193,46); }
H1.HeaderClassName
{
color: #1EC12E;
}
.AnyTagClassName
{
color: #1EC12E;
}
</style>
background-color css
<style>
a { background-color: #1EC12E; }
a { background-color: rgb(30,193,46); }
div.DivClassName
{
background-color: #1EC12E;
}
.BgClassName
{
background-color: #1EC12E;
}
</style>
border-color css
<style>
span { border-color: #1EC12E; }
span { border-color: rgb(30,193,46); }
td.TdClassName
{
border-color: #1EC12E;
}
.TagClassName
{
border-color: #1EC12E;
}
</style>