Shades of Lime Green #1EE028
Tints of Lime Green #1EE028
RGB
CMYK
RGB Variations
Color information
#1EE028 (or 0x1EE028) is known color: Lime Green. HEX triplet: 1E, E0 and 28. RGB value is (30,224,40). Sum of RGB (Red+Green+Blue) = 30+224+40=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE028 is #E11FD7. Grayscale: #919191. Windows color (decimal): -14753752 or 2678814. OLE color: 2678814.
HSL color Cylindrical-coordinate representation of color #1EE028: hue angle of 123.09º 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 #1EE028 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 40 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.12 |
| HSL | 123.09º | 0.76% | 0.5% | - |
| HSV(B) | 123.09º | 0.87% | 0.88% | - |
| XYZ | 27.57 | 53.74 | 10.93 | - |
| YUV | 145.02 | 68.73 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 40 | 0.87 | 0 | 0.82 | 0.12 | 123.09 | 0.76 | 0.5 |
| Hex | 1E | E0 | 28 | 57 | 0 | 52 | C | 7B | 4C | 32 |
| Octal | 36 | 340 | 50 | 127 | 0 | 122 | 14 | 173 | 114 | 62 |
| Binary | 11110 | 11100000 | 101000 | 1010111 | 0 | 1010010 | 1100 | 1111011 | 1001100 | 110010 |
Color Harmonies of #1EE028
Complementary color
Monochromatic Colors of #1EE028
Black with #1EE028
Text Example
Text Example
White with #1EE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE028; }
p { color: rgb(30,224,40); }
H1.HeaderClassName
{
color: #1EE028;
}
.AnyTagClassName
{
color: #1EE028;
}
</style>
background-color css
<style>
a { background-color: #1EE028; }
a { background-color: rgb(30,224,40); }
div.DivClassName
{
background-color: #1EE028;
}
.BgClassName
{
background-color: #1EE028;
}
</style>
border-color css
<style>
span { border-color: #1EE028; }
span { border-color: rgb(30,224,40); }
td.TdClassName
{
border-color: #1EE028;
}
.TagClassName
{
border-color: #1EE028;
}
</style>