Shades of Lime Green #1ED937
Tints of Lime Green #1ED937
RGB
CMYK
RGB Variations
Color information
#1ED937 (or 0x1ED937) is known color: Lime Green. HEX triplet: 1E, D9 and 37. RGB value is (30,217,55). Sum of RGB (Red+Green+Blue) = 30+217+55=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED937 is #E126C8. Grayscale: #8F8F8F. Windows color (decimal): -14755529 or 3660062. OLE color: 3660062.
HSL color Cylindrical-coordinate representation of color #1ED937: hue angle of 128.02º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED937 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 55 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.15 |
| HSL | 128.02º | 0.76% | 0.48% | - |
| HSV(B) | 128.02º | 0.86% | 0.85% | - |
| XYZ | 26.04 | 50.18 | 11.93 | - |
| YUV | 142.62 | 78.55 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 55 | 0.86 | 0 | 0.75 | 0.15 | 128.02 | 0.76 | 0.48 |
| Hex | 1E | D9 | 37 | 56 | 0 | 4B | F | 80 | 4C | 30 |
| Octal | 36 | 331 | 67 | 126 | 0 | 113 | 17 | 200 | 114 | 60 |
| Binary | 11110 | 11011001 | 110111 | 1010110 | 0 | 1001011 | 1111 | 10000000 | 1001100 | 110000 |
Color Harmonies of #1ED937
Complementary color
Monochromatic Colors of #1ED937
Black with #1ED937
Text Example
Text Example
White with #1ED937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED937; }
p { color: rgb(30,217,55); }
H1.HeaderClassName
{
color: #1ED937;
}
.AnyTagClassName
{
color: #1ED937;
}
</style>
background-color css
<style>
a { background-color: #1ED937; }
a { background-color: rgb(30,217,55); }
div.DivClassName
{
background-color: #1ED937;
}
.BgClassName
{
background-color: #1ED937;
}
</style>
border-color css
<style>
span { border-color: #1ED937; }
span { border-color: rgb(30,217,55); }
td.TdClassName
{
border-color: #1ED937;
}
.TagClassName
{
border-color: #1ED937;
}
</style>