Shades of Lime Green #1EC022
Tints of Lime Green #1EC022
RGB
CMYK
RGB Variations
Color information
#1EC022 (or 0x1EC022) is known color: Lime Green. HEX triplet: 1E, C0 and 22. RGB value is (30,192,34). Sum of RGB (Red+Green+Blue) = 30+192+34=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC022 is #E13FDD. Grayscale: #7E7E7E. Windows color (decimal): -14761950 or 2277406. OLE color: 2277406.
HSL color Cylindrical-coordinate representation of color #1EC022: hue angle of 121.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC022 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 34 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.25 |
| HSL | 121.48º | 0.73% | 0.44% | - |
| HSV(B) | 121.48º | 0.84% | 0.75% | - |
| XYZ | 19.67 | 38.09 | 7.83 | - |
| YUV | 125.55 | 76.33 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 34 | 0.84 | 0 | 0.82 | 0.25 | 121.48 | 0.73 | 0.44 |
| Hex | 1E | C0 | 22 | 54 | 0 | 52 | 19 | 79 | 49 | 2C |
| Octal | 36 | 300 | 42 | 124 | 0 | 122 | 31 | 171 | 111 | 54 |
| Binary | 11110 | 11000000 | 100010 | 1010100 | 0 | 1010010 | 11001 | 1111001 | 1001001 | 101100 |
Color Harmonies of #1EC022
Complementary color
Monochromatic Colors of #1EC022
Black with #1EC022
Text Example
Text Example
White with #1EC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC022; }
p { color: rgb(30,192,34); }
H1.HeaderClassName
{
color: #1EC022;
}
.AnyTagClassName
{
color: #1EC022;
}
</style>
background-color css
<style>
a { background-color: #1EC022; }
a { background-color: rgb(30,192,34); }
div.DivClassName
{
background-color: #1EC022;
}
.BgClassName
{
background-color: #1EC022;
}
</style>
border-color css
<style>
span { border-color: #1EC022; }
span { border-color: rgb(30,192,34); }
td.TdClassName
{
border-color: #1EC022;
}
.TagClassName
{
border-color: #1EC022;
}
</style>