Shades of Lime Green #1EED34
Tints of Lime Green #1EED34
RGB
CMYK
RGB Variations
Color information
#1EED34 (or 0x1EED34) is known color: Lime Green. HEX triplet: 1E, ED and 34. RGB value is (30,237,52). Sum of RGB (Red+Green+Blue) = 30+237+52=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 237 (92.97% from 255 or 74.29% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EED34 is #E112CB. Grayscale: #9A9A9A. Windows color (decimal): -14750412 or 3468574. OLE color: 3468574.
HSL color Cylindrical-coordinate representation of color #1EED34: hue angle of 126.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EED34 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 52 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.07 |
| HSL | 126.38º | 0.85% | 0.52% | - |
| HSV(B) | 126.38º | 0.87% | 0.93% | - |
| XYZ | 31.44 | 61.09 | 13.38 | - |
| YUV | 154.02 | 70.42 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 52 | 0.87 | 0 | 0.78 | 0.07 | 126.38 | 0.85 | 0.52 |
| Hex | 1E | ED | 34 | 57 | 0 | 4E | 7 | 7E | 55 | 34 |
| Octal | 36 | 355 | 64 | 127 | 0 | 116 | 7 | 176 | 125 | 64 |
| Binary | 11110 | 11101101 | 110100 | 1010111 | 0 | 1001110 | 111 | 1111110 | 1010101 | 110100 |
Color Harmonies of #1EED34
Complementary color
Monochromatic Colors of #1EED34
Black with #1EED34
Text Example
Text Example
White with #1EED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EED34; }
p { color: rgb(30,237,52); }
H1.HeaderClassName
{
color: #1EED34;
}
.AnyTagClassName
{
color: #1EED34;
}
</style>
background-color css
<style>
a { background-color: #1EED34; }
a { background-color: rgb(30,237,52); }
div.DivClassName
{
background-color: #1EED34;
}
.BgClassName
{
background-color: #1EED34;
}
</style>
border-color css
<style>
span { border-color: #1EED34; }
span { border-color: rgb(30,237,52); }
td.TdClassName
{
border-color: #1EED34;
}
.TagClassName
{
border-color: #1EED34;
}
</style>