Shades of Lime Green #1EDD32
Tints of Lime Green #1EDD32
RGB
CMYK
RGB Variations
Color information
#1EDD32 (or 0x1EDD32) is known color: Lime Green. HEX triplet: 1E, DD and 32. RGB value is (30,221,50). Sum of RGB (Red+Green+Blue) = 30+221+50=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD32 is #E122CD. Grayscale: #909090. Windows color (decimal): -14754510 or 3333406. OLE color: 3333406.
HSL color Cylindrical-coordinate representation of color #1EDD32: hue angle of 126.28º 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 #1EDD32 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 50 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.13 |
| HSL | 126.28º | 0.76% | 0.49% | - |
| HSV(B) | 126.28º | 0.86% | 0.87% | - |
| XYZ | 26.97 | 52.22 | 11.68 | - |
| YUV | 144.4 | 74.72 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 50 | 0.86 | 0 | 0.77 | 0.13 | 126.28 | 0.76 | 0.49 |
| Hex | 1E | DD | 32 | 56 | 0 | 4D | D | 7E | 4C | 31 |
| Octal | 36 | 335 | 62 | 126 | 0 | 115 | 15 | 176 | 114 | 61 |
| Binary | 11110 | 11011101 | 110010 | 1010110 | 0 | 1001101 | 1101 | 1111110 | 1001100 | 110001 |
Color Harmonies of #1EDD32
Complementary color
Monochromatic Colors of #1EDD32
Black with #1EDD32
Text Example
Text Example
White with #1EDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD32; }
p { color: rgb(30,221,50); }
H1.HeaderClassName
{
color: #1EDD32;
}
.AnyTagClassName
{
color: #1EDD32;
}
</style>
background-color css
<style>
a { background-color: #1EDD32; }
a { background-color: rgb(30,221,50); }
div.DivClassName
{
background-color: #1EDD32;
}
.BgClassName
{
background-color: #1EDD32;
}
</style>
border-color css
<style>
span { border-color: #1EDD32; }
span { border-color: rgb(30,221,50); }
td.TdClassName
{
border-color: #1EDD32;
}
.TagClassName
{
border-color: #1EDD32;
}
</style>