Shades of Lime Green #1EDE34
Tints of Lime Green #1EDE34
RGB
CMYK
RGB Variations
Color information
#1EDE34 (or 0x1EDE34) is known color: Lime Green. HEX triplet: 1E, DE and 34. RGB value is (30,222,52). Sum of RGB (Red+Green+Blue) = 30+222+52=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE34 is #E121CB. Grayscale: #919191. Windows color (decimal): -14754252 or 3464734. OLE color: 3464734.
HSL color Cylindrical-coordinate representation of color #1EDE34: hue angle of 126.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE34 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 52 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.13 |
| HSL | 126.88º | 0.76% | 0.49% | - |
| HSV(B) | 126.88º | 0.86% | 0.87% | - |
| XYZ | 27.28 | 52.77 | 12 | - |
| YUV | 145.21 | 75.39 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 52 | 0.86 | 0 | 0.77 | 0.13 | 126.88 | 0.76 | 0.49 |
| Hex | 1E | DE | 34 | 56 | 0 | 4D | D | 7F | 4C | 31 |
| Octal | 36 | 336 | 64 | 126 | 0 | 115 | 15 | 177 | 114 | 61 |
| Binary | 11110 | 11011110 | 110100 | 1010110 | 0 | 1001101 | 1101 | 1111111 | 1001100 | 110001 |
Color Harmonies of #1EDE34
Complementary color
Monochromatic Colors of #1EDE34
Black with #1EDE34
Text Example
Text Example
White with #1EDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE34; }
p { color: rgb(30,222,52); }
H1.HeaderClassName
{
color: #1EDE34;
}
.AnyTagClassName
{
color: #1EDE34;
}
</style>
background-color css
<style>
a { background-color: #1EDE34; }
a { background-color: rgb(30,222,52); }
div.DivClassName
{
background-color: #1EDE34;
}
.BgClassName
{
background-color: #1EDE34;
}
</style>
border-color css
<style>
span { border-color: #1EDE34; }
span { border-color: rgb(30,222,52); }
td.TdClassName
{
border-color: #1EDE34;
}
.TagClassName
{
border-color: #1EDE34;
}
</style>