Shades of Lime Green #1ED124
Tints of Lime Green #1ED124
RGB
CMYK
RGB Variations
Color information
#1ED124 (or 0x1ED124) is known color: Lime Green. HEX triplet: 1E, D1 and 24. RGB value is (30,209,36). Sum of RGB (Red+Green+Blue) = 30+209+36=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 209 (82.03% from 255 or 76% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED124 is #E12EDB. Grayscale: #888888. Windows color (decimal): -14757596 or 2412830. OLE color: 2412830.
HSL color Cylindrical-coordinate representation of color #1ED124: hue angle of 122.01º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED124 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 36 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.18 |
| HSL | 122.01º | 0.75% | 0.47% | - |
| HSV(B) | 122.01º | 0.86% | 0.82% | - |
| XYZ | 23.65 | 46 | 9.3 | - |
| YUV | 135.76 | 71.7 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 36 | 0.86 | 0 | 0.83 | 0.18 | 122.01 | 0.75 | 0.47 |
| Hex | 1E | D1 | 24 | 56 | 0 | 53 | 12 | 7A | 4B | 2F |
| Octal | 36 | 321 | 44 | 126 | 0 | 123 | 22 | 172 | 113 | 57 |
| Binary | 11110 | 11010001 | 100100 | 1010110 | 0 | 1010011 | 10010 | 1111010 | 1001011 | 101111 |
Color Harmonies of #1ED124
Complementary color
Monochromatic Colors of #1ED124
Black with #1ED124
Text Example
Text Example
White with #1ED124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED124; }
p { color: rgb(30,209,36); }
H1.HeaderClassName
{
color: #1ED124;
}
.AnyTagClassName
{
color: #1ED124;
}
</style>
background-color css
<style>
a { background-color: #1ED124; }
a { background-color: rgb(30,209,36); }
div.DivClassName
{
background-color: #1ED124;
}
.BgClassName
{
background-color: #1ED124;
}
</style>
border-color css
<style>
span { border-color: #1ED124; }
span { border-color: rgb(30,209,36); }
td.TdClassName
{
border-color: #1ED124;
}
.TagClassName
{
border-color: #1ED124;
}
</style>