Shades of Lime Green #1EE030
Tints of Lime Green #1EE030
RGB
CMYK
RGB Variations
Color information
#1EE030 (or 0x1EE030) is known color: Lime Green. HEX triplet: 1E, E0 and 30. RGB value is (30,224,48). Sum of RGB (Red+Green+Blue) = 30+224+48=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE030 is #E11FCF. Grayscale: #929292. Windows color (decimal): -14753744 or 3203102. OLE color: 3203102.
HSL color Cylindrical-coordinate representation of color #1EE030: hue angle of 125.57º 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 #1EE030 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 48 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.12 |
| HSL | 125.57º | 0.76% | 0.5% | - |
| HSV(B) | 125.57º | 0.87% | 0.88% | - |
| XYZ | 27.72 | 53.8 | 11.72 | - |
| YUV | 145.93 | 72.73 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 48 | 0.87 | 0 | 0.79 | 0.12 | 125.57 | 0.76 | 0.5 |
| Hex | 1E | E0 | 30 | 57 | 0 | 4F | C | 7E | 4C | 32 |
| Octal | 36 | 340 | 60 | 127 | 0 | 117 | 14 | 176 | 114 | 62 |
| Binary | 11110 | 11100000 | 110000 | 1010111 | 0 | 1001111 | 1100 | 1111110 | 1001100 | 110010 |
Color Harmonies of #1EE030
Complementary color
Monochromatic Colors of #1EE030
Black with #1EE030
Text Example
Text Example
White with #1EE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE030; }
p { color: rgb(30,224,48); }
H1.HeaderClassName
{
color: #1EE030;
}
.AnyTagClassName
{
color: #1EE030;
}
</style>
background-color css
<style>
a { background-color: #1EE030; }
a { background-color: rgb(30,224,48); }
div.DivClassName
{
background-color: #1EE030;
}
.BgClassName
{
background-color: #1EE030;
}
</style>
border-color css
<style>
span { border-color: #1EE030; }
span { border-color: rgb(30,224,48); }
td.TdClassName
{
border-color: #1EE030;
}
.TagClassName
{
border-color: #1EE030;
}
</style>