Shades of Lime Green #1EE128
Tints of Lime Green #1EE128
RGB
CMYK
RGB Variations
Color information
#1EE128 (or 0x1EE128) is known color: Lime Green. HEX triplet: 1E, E1 and 28. RGB value is (30,225,40). Sum of RGB (Red+Green+Blue) = 30+225+40=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 225 (88.28% from 255 or 76.27% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE128 is #E11ED7. Grayscale: #929292. Windows color (decimal): -14753496 or 2679070. OLE color: 2679070.
HSL color Cylindrical-coordinate representation of color #1EE128: hue angle of 123.08º 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 #1EE128 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 40 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.12 |
| HSL | 123.08º | 0.76% | 0.5% | - |
| HSV(B) | 123.08º | 0.87% | 0.88% | - |
| XYZ | 27.84 | 54.28 | 11.02 | - |
| YUV | 145.61 | 68.4 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 40 | 0.87 | 0 | 0.82 | 0.12 | 123.08 | 0.76 | 0.5 |
| Hex | 1E | E1 | 28 | 57 | 0 | 52 | C | 7B | 4C | 32 |
| Octal | 36 | 341 | 50 | 127 | 0 | 122 | 14 | 173 | 114 | 62 |
| Binary | 11110 | 11100001 | 101000 | 1010111 | 0 | 1010010 | 1100 | 1111011 | 1001100 | 110010 |
Color Harmonies of #1EE128
Complementary color
Monochromatic Colors of #1EE128
Black with #1EE128
Text Example
Text Example
White with #1EE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE128; }
p { color: rgb(30,225,40); }
H1.HeaderClassName
{
color: #1EE128;
}
.AnyTagClassName
{
color: #1EE128;
}
</style>
background-color css
<style>
a { background-color: #1EE128; }
a { background-color: rgb(30,225,40); }
div.DivClassName
{
background-color: #1EE128;
}
.BgClassName
{
background-color: #1EE128;
}
</style>
border-color css
<style>
span { border-color: #1EE128; }
span { border-color: rgb(30,225,40); }
td.TdClassName
{
border-color: #1EE128;
}
.TagClassName
{
border-color: #1EE128;
}
</style>