Shades of Lime Green #1ED931
Tints of Lime Green #1ED931
RGB
CMYK
RGB Variations
Color information
#1ED931 (or 0x1ED931) is known color: Lime Green. HEX triplet: 1E, D9 and 31. RGB value is (30,217,49). Sum of RGB (Red+Green+Blue) = 30+217+49=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED931 is #E126CE. Grayscale: #8E8E8E. Windows color (decimal): -14755535 or 3266846. OLE color: 3266846.
HSL color Cylindrical-coordinate representation of color #1ED931: hue angle of 126.1º 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 #1ED931 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 49 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.15 |
| HSL | 126.1º | 0.76% | 0.48% | - |
| HSV(B) | 126.1º | 0.86% | 0.85% | - |
| XYZ | 25.9 | 50.12 | 11.22 | - |
| YUV | 141.94 | 75.55 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 49 | 0.86 | 0 | 0.77 | 0.15 | 126.1 | 0.76 | 0.48 |
| Hex | 1E | D9 | 31 | 56 | 0 | 4D | F | 7E | 4C | 30 |
| Octal | 36 | 331 | 61 | 126 | 0 | 115 | 17 | 176 | 114 | 60 |
| Binary | 11110 | 11011001 | 110001 | 1010110 | 0 | 1001101 | 1111 | 1111110 | 1001100 | 110000 |
Color Harmonies of #1ED931
Complementary color
Monochromatic Colors of #1ED931
Black with #1ED931
Text Example
Text Example
White with #1ED931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED931; }
p { color: rgb(30,217,49); }
H1.HeaderClassName
{
color: #1ED931;
}
.AnyTagClassName
{
color: #1ED931;
}
</style>
background-color css
<style>
a { background-color: #1ED931; }
a { background-color: rgb(30,217,49); }
div.DivClassName
{
background-color: #1ED931;
}
.BgClassName
{
background-color: #1ED931;
}
</style>
border-color css
<style>
span { border-color: #1ED931; }
span { border-color: rgb(30,217,49); }
td.TdClassName
{
border-color: #1ED931;
}
.TagClassName
{
border-color: #1ED931;
}
</style>