Shades of Lime Green #1ED936
Tints of Lime Green #1ED936
RGB
CMYK
RGB Variations
Color information
#1ED936 (or 0x1ED936) is known color: Lime Green. HEX triplet: 1E, D9 and 36. RGB value is (30,217,54). Sum of RGB (Red+Green+Blue) = 30+217+54=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 217 (85.16% from 255 or 72.09% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED936 is #E126C9. Grayscale: #8E8E8E. Windows color (decimal): -14755530 or 3594526. OLE color: 3594526.
HSL color Cylindrical-coordinate representation of color #1ED936: hue angle of 127.7º 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 #1ED936 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 54 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.15 |
| HSL | 127.7º | 0.76% | 0.48% | - |
| HSV(B) | 127.7º | 0.86% | 0.85% | - |
| XYZ | 26.01 | 50.17 | 11.8 | - |
| YUV | 142.51 | 78.05 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 54 | 0.86 | 0 | 0.75 | 0.15 | 127.7 | 0.76 | 0.48 |
| Hex | 1E | D9 | 36 | 56 | 0 | 4B | F | 80 | 4C | 30 |
| Octal | 36 | 331 | 66 | 126 | 0 | 113 | 17 | 200 | 114 | 60 |
| Binary | 11110 | 11011001 | 110110 | 1010110 | 0 | 1001011 | 1111 | 10000000 | 1001100 | 110000 |
Color Harmonies of #1ED936
Complementary color
Monochromatic Colors of #1ED936
Black with #1ED936
Text Example
Text Example
White with #1ED936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED936; }
p { color: rgb(30,217,54); }
H1.HeaderClassName
{
color: #1ED936;
}
.AnyTagClassName
{
color: #1ED936;
}
</style>
background-color css
<style>
a { background-color: #1ED936; }
a { background-color: rgb(30,217,54); }
div.DivClassName
{
background-color: #1ED936;
}
.BgClassName
{
background-color: #1ED936;
}
</style>
border-color css
<style>
span { border-color: #1ED936; }
span { border-color: rgb(30,217,54); }
td.TdClassName
{
border-color: #1ED936;
}
.TagClassName
{
border-color: #1ED936;
}
</style>