Shades of Lime Green #1EE22A
Tints of Lime Green #1EE22A
RGB
CMYK
RGB Variations
Color information
#1EE22A (or 0x1EE22A) is known color: Lime Green. HEX triplet: 1E, E2 and 2A. RGB value is (30,226,42). Sum of RGB (Red+Green+Blue) = 30+226+42=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 226 (88.67% from 255 or 75.84% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 226 - color contains mainly: green. Hex color #1EE22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE22A is #E11DD5. Grayscale: #929292. Windows color (decimal): -14753238 or 2810398. OLE color: 2810398.
HSL color Cylindrical-coordinate representation of color #1EE22A: hue angle of 123.67º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE22A is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 226 | 42 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.11 |
| HSL | 123.67º | 0.77% | 0.5% | - |
| HSV(B) | 123.67º | 0.87% | 0.89% | - |
| XYZ | 28.15 | 54.84 | 11.29 | - |
| YUV | 146.42 | 69.07 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 226 | 42 | 0.87 | 0 | 0.81 | 0.11 | 123.67 | 0.77 | 0.5 |
| Hex | 1E | E2 | 2A | 57 | 0 | 51 | B | 7C | 4D | 32 |
| Octal | 36 | 342 | 52 | 127 | 0 | 121 | 13 | 174 | 115 | 62 |
| Binary | 11110 | 11100010 | 101010 | 1010111 | 0 | 1010001 | 1011 | 1111100 | 1001101 | 110010 |
Color Harmonies of #1EE22A
Complementary color
Monochromatic Colors of #1EE22A
Black with #1EE22A
Text Example
Text Example
White with #1EE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE22A; }
p { color: rgb(30,226,42); }
H1.HeaderClassName
{
color: #1EE22A;
}
.AnyTagClassName
{
color: #1EE22A;
}
</style>
background-color css
<style>
a { background-color: #1EE22A; }
a { background-color: rgb(30,226,42); }
div.DivClassName
{
background-color: #1EE22A;
}
.BgClassName
{
background-color: #1EE22A;
}
</style>
border-color css
<style>
span { border-color: #1EE22A; }
span { border-color: rgb(30,226,42); }
td.TdClassName
{
border-color: #1EE22A;
}
.TagClassName
{
border-color: #1EE22A;
}
</style>