Shades of Lime Green #1ED031
Tints of Lime Green #1ED031
RGB
CMYK
RGB Variations
Color information
#1ED031 (or 0x1ED031) is known color: Lime Green. HEX triplet: 1E, D0 and 31. RGB value is (30,208,49). Sum of RGB (Red+Green+Blue) = 30+208+49=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED031 is #E12FCE. Grayscale: #898989. Windows color (decimal): -14757839 or 3264542. OLE color: 3264542.
HSL color Cylindrical-coordinate representation of color #1ED031: hue angle of 126.4º 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 #1ED031 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 49 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.18 |
| HSL | 126.4º | 0.75% | 0.47% | - |
| HSV(B) | 126.4º | 0.86% | 0.82% | - |
| XYZ | 23.65 | 45.61 | 10.46 | - |
| YUV | 136.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 49 | 0.86 | 0 | 0.76 | 0.18 | 126.4 | 0.75 | 0.47 |
| Hex | 1E | D0 | 31 | 56 | 0 | 4C | 12 | 7E | 4B | 2F |
| Octal | 36 | 320 | 61 | 126 | 0 | 114 | 22 | 176 | 113 | 57 |
| Binary | 11110 | 11010000 | 110001 | 1010110 | 0 | 1001100 | 10010 | 1111110 | 1001011 | 101111 |
Color Harmonies of #1ED031
Complementary color
Monochromatic Colors of #1ED031
Black with #1ED031
Text Example
Text Example
White with #1ED031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED031; }
p { color: rgb(30,208,49); }
H1.HeaderClassName
{
color: #1ED031;
}
.AnyTagClassName
{
color: #1ED031;
}
</style>
background-color css
<style>
a { background-color: #1ED031; }
a { background-color: rgb(30,208,49); }
div.DivClassName
{
background-color: #1ED031;
}
.BgClassName
{
background-color: #1ED031;
}
</style>
border-color css
<style>
span { border-color: #1ED031; }
span { border-color: rgb(30,208,49); }
td.TdClassName
{
border-color: #1ED031;
}
.TagClassName
{
border-color: #1ED031;
}
</style>