Shades of Lime Green #1EE022
Tints of Lime Green #1EE022
RGB
CMYK
RGB Variations
Color information
#1EE022 (or 0x1EE022) is known color: Lime Green. HEX triplet: 1E, E0 and 22. RGB value is (30,224,34). Sum of RGB (Red+Green+Blue) = 30+224+34=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 224 (87.89% from 255 or 77.78% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE022 is #E11FDD. Grayscale: #909090. Windows color (decimal): -14753758 or 2285598. OLE color: 2285598.
HSL color Cylindrical-coordinate representation of color #1EE022: hue angle of 121.24º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE022 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 34 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.12 |
| HSL | 121.24º | 0.76% | 0.5% | - |
| HSV(B) | 121.24º | 0.87% | 0.88% | - |
| XYZ | 27.48 | 53.7 | 10.43 | - |
| YUV | 144.33 | 65.73 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 34 | 0.87 | 0 | 0.85 | 0.12 | 121.24 | 0.76 | 0.5 |
| Hex | 1E | E0 | 22 | 57 | 0 | 55 | C | 79 | 4C | 32 |
| Octal | 36 | 340 | 42 | 127 | 0 | 125 | 14 | 171 | 114 | 62 |
| Binary | 11110 | 11100000 | 100010 | 1010111 | 0 | 1010101 | 1100 | 1111001 | 1001100 | 110010 |
Color Harmonies of #1EE022
Complementary color
Monochromatic Colors of #1EE022
Black with #1EE022
Text Example
Text Example
White with #1EE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE022; }
p { color: rgb(30,224,34); }
H1.HeaderClassName
{
color: #1EE022;
}
.AnyTagClassName
{
color: #1EE022;
}
</style>
background-color css
<style>
a { background-color: #1EE022; }
a { background-color: rgb(30,224,34); }
div.DivClassName
{
background-color: #1EE022;
}
.BgClassName
{
background-color: #1EE022;
}
</style>
border-color css
<style>
span { border-color: #1EE022; }
span { border-color: rgb(30,224,34); }
td.TdClassName
{
border-color: #1EE022;
}
.TagClassName
{
border-color: #1EE022;
}
</style>