Shades of Lime Green #1EC22E
Tints of Lime Green #1EC22E
RGB
CMYK
RGB Variations
Color information
#1EC22E (or 0x1EC22E) is known color: Lime Green. HEX triplet: 1E, C2 and 2E. RGB value is (30,194,46). Sum of RGB (Red+Green+Blue) = 30+194+46=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC22E is #E13DD1. Grayscale: #808080. Windows color (decimal): -14761426 or 3064350. OLE color: 3064350.
HSL color Cylindrical-coordinate representation of color #1EC22E: hue angle of 125.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC22E is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 46 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.24 |
| HSL | 125.85º | 0.73% | 0.44% | - |
| HSV(B) | 125.85º | 0.85% | 0.76% | - |
| XYZ | 20.32 | 39.06 | 9.05 | - |
| YUV | 128.09 | 81.67 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 46 | 0.85 | 0 | 0.76 | 0.24 | 125.85 | 0.73 | 0.44 |
| Hex | 1E | C2 | 2E | 55 | 0 | 4C | 18 | 7E | 49 | 2C |
| Octal | 36 | 302 | 56 | 125 | 0 | 114 | 30 | 176 | 111 | 54 |
| Binary | 11110 | 11000010 | 101110 | 1010101 | 0 | 1001100 | 11000 | 1111110 | 1001001 | 101100 |
Color Harmonies of #1EC22E
Complementary color
Monochromatic Colors of #1EC22E
Black with #1EC22E
Text Example
Text Example
White with #1EC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC22E; }
p { color: rgb(30,194,46); }
H1.HeaderClassName
{
color: #1EC22E;
}
.AnyTagClassName
{
color: #1EC22E;
}
</style>
background-color css
<style>
a { background-color: #1EC22E; }
a { background-color: rgb(30,194,46); }
div.DivClassName
{
background-color: #1EC22E;
}
.BgClassName
{
background-color: #1EC22E;
}
</style>
border-color css
<style>
span { border-color: #1EC22E; }
span { border-color: rgb(30,194,46); }
td.TdClassName
{
border-color: #1EC22E;
}
.TagClassName
{
border-color: #1EC22E;
}
</style>