Shades of Lime Green #1ED039
Tints of Lime Green #1ED039
RGB
CMYK
RGB Variations
Color information
#1ED039 (or 0x1ED039) is known color: Lime Green. HEX triplet: 1E, D0 and 39. RGB value is (30,208,57). Sum of RGB (Red+Green+Blue) = 30+208+57=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED039 is #E12FC6. Grayscale: #898989. Windows color (decimal): -14757831 or 3788830. OLE color: 3788830.
HSL color Cylindrical-coordinate representation of color #1ED039: hue angle of 129.1º 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 #1ED039 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 57 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.18 |
| HSL | 129.1º | 0.75% | 0.47% | - |
| HSV(B) | 129.1º | 0.86% | 0.82% | - |
| XYZ | 23.83 | 45.68 | 11.43 | - |
| YUV | 137.56 | 82.53 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 57 | 0.86 | 0 | 0.73 | 0.18 | 129.1 | 0.75 | 0.47 |
| Hex | 1E | D0 | 39 | 56 | 0 | 49 | 12 | 81 | 4B | 2F |
| Octal | 36 | 320 | 71 | 126 | 0 | 111 | 22 | 201 | 113 | 57 |
| Binary | 11110 | 11010000 | 111001 | 1010110 | 0 | 1001001 | 10010 | 10000001 | 1001011 | 101111 |
Color Harmonies of #1ED039
Complementary color
Monochromatic Colors of #1ED039
Black with #1ED039
Text Example
Text Example
White with #1ED039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED039; }
p { color: rgb(30,208,57); }
H1.HeaderClassName
{
color: #1ED039;
}
.AnyTagClassName
{
color: #1ED039;
}
</style>
background-color css
<style>
a { background-color: #1ED039; }
a { background-color: rgb(30,208,57); }
div.DivClassName
{
background-color: #1ED039;
}
.BgClassName
{
background-color: #1ED039;
}
</style>
border-color css
<style>
span { border-color: #1ED039; }
span { border-color: rgb(30,208,57); }
td.TdClassName
{
border-color: #1ED039;
}
.TagClassName
{
border-color: #1ED039;
}
</style>