Shades of Lime Green #1EE129
Tints of Lime Green #1EE129
RGB
CMYK
RGB Variations
Color information
#1EE129 (or 0x1EE129) is known color: Lime Green. HEX triplet: 1E, E1 and 29. RGB value is (30,225,41). Sum of RGB (Red+Green+Blue) = 30+225+41=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE129 is #E11ED6. Grayscale: #929292. Windows color (decimal): -14753495 or 2744606. OLE color: 2744606.
HSL color Cylindrical-coordinate representation of color #1EE129: hue angle of 123.38º 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 #1EE129 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 41 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.12 |
| HSL | 123.38º | 0.76% | 0.5% | - |
| HSV(B) | 123.38º | 0.87% | 0.88% | - |
| XYZ | 27.86 | 54.29 | 11.11 | - |
| YUV | 145.72 | 68.9 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 41 | 0.87 | 0 | 0.82 | 0.12 | 123.38 | 0.76 | 0.5 |
| Hex | 1E | E1 | 29 | 57 | 0 | 52 | C | 7B | 4C | 32 |
| Octal | 36 | 341 | 51 | 127 | 0 | 122 | 14 | 173 | 114 | 62 |
| Binary | 11110 | 11100001 | 101001 | 1010111 | 0 | 1010010 | 1100 | 1111011 | 1001100 | 110010 |
Color Harmonies of #1EE129
Complementary color
Monochromatic Colors of #1EE129
Black with #1EE129
Text Example
Text Example
White with #1EE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE129; }
p { color: rgb(30,225,41); }
H1.HeaderClassName
{
color: #1EE129;
}
.AnyTagClassName
{
color: #1EE129;
}
</style>
background-color css
<style>
a { background-color: #1EE129; }
a { background-color: rgb(30,225,41); }
div.DivClassName
{
background-color: #1EE129;
}
.BgClassName
{
background-color: #1EE129;
}
</style>
border-color css
<style>
span { border-color: #1EE129; }
span { border-color: rgb(30,225,41); }
td.TdClassName
{
border-color: #1EE129;
}
.TagClassName
{
border-color: #1EE129;
}
</style>