Shades of Lime Green #1EE034
Tints of Lime Green #1EE034
RGB
CMYK
RGB Variations
Color information
#1EE034 (or 0x1EE034) is known color: Lime Green. HEX triplet: 1E, E0 and 34. RGB value is (30,224,52). Sum of RGB (Red+Green+Blue) = 30+224+52=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE034 is #E11FCB. Grayscale: #929292. Windows color (decimal): -14753740 or 3465246. OLE color: 3465246.
HSL color Cylindrical-coordinate representation of color #1EE034: hue angle of 126.8º 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 #1EE034 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 52 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.12 |
| HSL | 126.8º | 0.76% | 0.5% | - |
| HSV(B) | 126.8º | 0.87% | 0.88% | - |
| XYZ | 27.81 | 53.84 | 12.17 | - |
| YUV | 146.39 | 74.73 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 52 | 0.87 | 0 | 0.77 | 0.12 | 126.8 | 0.76 | 0.5 |
| Hex | 1E | E0 | 34 | 57 | 0 | 4D | C | 7F | 4C | 32 |
| Octal | 36 | 340 | 64 | 127 | 0 | 115 | 14 | 177 | 114 | 62 |
| Binary | 11110 | 11100000 | 110100 | 1010111 | 0 | 1001101 | 1100 | 1111111 | 1001100 | 110010 |
Color Harmonies of #1EE034
Complementary color
Monochromatic Colors of #1EE034
Black with #1EE034
Text Example
Text Example
White with #1EE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE034; }
p { color: rgb(30,224,52); }
H1.HeaderClassName
{
color: #1EE034;
}
.AnyTagClassName
{
color: #1EE034;
}
</style>
background-color css
<style>
a { background-color: #1EE034; }
a { background-color: rgb(30,224,52); }
div.DivClassName
{
background-color: #1EE034;
}
.BgClassName
{
background-color: #1EE034;
}
</style>
border-color css
<style>
span { border-color: #1EE034; }
span { border-color: rgb(30,224,52); }
td.TdClassName
{
border-color: #1EE034;
}
.TagClassName
{
border-color: #1EE034;
}
</style>