Shades of Lime Green #1EDC37
Tints of Lime Green #1EDC37
RGB
CMYK
RGB Variations
Color information
#1EDC37 (or 0x1EDC37) is known color: Lime Green. HEX triplet: 1E, DC and 37. RGB value is (30,220,55). Sum of RGB (Red+Green+Blue) = 30+220+55=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC37 is #E123C8. Grayscale: #909090. Windows color (decimal): -14754761 or 3660830. OLE color: 3660830.
HSL color Cylindrical-coordinate representation of color #1EDC37: hue angle of 127.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDC37 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 55 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.14 |
| HSL | 127.89º | 0.76% | 0.49% | - |
| HSV(B) | 127.89º | 0.86% | 0.86% | - |
| XYZ | 26.82 | 51.74 | 12.19 | - |
| YUV | 144.38 | 77.55 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 55 | 0.86 | 0 | 0.75 | 0.14 | 127.89 | 0.76 | 0.49 |
| Hex | 1E | DC | 37 | 56 | 0 | 4B | E | 80 | 4C | 31 |
| Octal | 36 | 334 | 67 | 126 | 0 | 113 | 16 | 200 | 114 | 61 |
| Binary | 11110 | 11011100 | 110111 | 1010110 | 0 | 1001011 | 1110 | 10000000 | 1001100 | 110001 |
Color Harmonies of #1EDC37
Complementary color
Monochromatic Colors of #1EDC37
Black with #1EDC37
Text Example
Text Example
White with #1EDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC37; }
p { color: rgb(30,220,55); }
H1.HeaderClassName
{
color: #1EDC37;
}
.AnyTagClassName
{
color: #1EDC37;
}
</style>
background-color css
<style>
a { background-color: #1EDC37; }
a { background-color: rgb(30,220,55); }
div.DivClassName
{
background-color: #1EDC37;
}
.BgClassName
{
background-color: #1EDC37;
}
</style>
border-color css
<style>
span { border-color: #1EDC37; }
span { border-color: rgb(30,220,55); }
td.TdClassName
{
border-color: #1EDC37;
}
.TagClassName
{
border-color: #1EDC37;
}
</style>