Shades of Lime Green #1EDE32
Tints of Lime Green #1EDE32
RGB
CMYK
RGB Variations
Color information
#1EDE32 (or 0x1EDE32) is known color: Lime Green. HEX triplet: 1E, DE and 32. RGB value is (30,222,50). Sum of RGB (Red+Green+Blue) = 30+222+50=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE32 is #E121CD. Grayscale: #919191. Windows color (decimal): -14754254 or 3333662. OLE color: 3333662.
HSL color Cylindrical-coordinate representation of color #1EDE32: hue angle of 126.25º 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 #1EDE32 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 50 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.13 |
| HSL | 126.25º | 0.76% | 0.49% | - |
| HSV(B) | 126.25º | 0.86% | 0.87% | - |
| XYZ | 27.23 | 52.75 | 11.76 | - |
| YUV | 144.98 | 74.39 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 50 | 0.86 | 0 | 0.77 | 0.13 | 126.25 | 0.76 | 0.49 |
| Hex | 1E | DE | 32 | 56 | 0 | 4D | D | 7E | 4C | 31 |
| Octal | 36 | 336 | 62 | 126 | 0 | 115 | 15 | 176 | 114 | 61 |
| Binary | 11110 | 11011110 | 110010 | 1010110 | 0 | 1001101 | 1101 | 1111110 | 1001100 | 110001 |
Color Harmonies of #1EDE32
Complementary color
Monochromatic Colors of #1EDE32
Black with #1EDE32
Text Example
Text Example
White with #1EDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE32; }
p { color: rgb(30,222,50); }
H1.HeaderClassName
{
color: #1EDE32;
}
.AnyTagClassName
{
color: #1EDE32;
}
</style>
background-color css
<style>
a { background-color: #1EDE32; }
a { background-color: rgb(30,222,50); }
div.DivClassName
{
background-color: #1EDE32;
}
.BgClassName
{
background-color: #1EDE32;
}
</style>
border-color css
<style>
span { border-color: #1EDE32; }
span { border-color: rgb(30,222,50); }
td.TdClassName
{
border-color: #1EDE32;
}
.TagClassName
{
border-color: #1EDE32;
}
</style>