Shades of Lime Green #1EC931
Tints of Lime Green #1EC931
RGB
CMYK
RGB Variations
Color information
#1EC931 (or 0x1EC931) is known color: Lime Green. HEX triplet: 1E, C9 and 31. RGB value is (30,201,49). Sum of RGB (Red+Green+Blue) = 30+201+49=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC931 is #E136CE. Grayscale: #848484. Windows color (decimal): -14759631 or 3262750. OLE color: 3262750.
HSL color Cylindrical-coordinate representation of color #1EC931: hue angle of 126.67º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC931 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 49 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.21 |
| HSL | 126.67º | 0.74% | 0.45% | - |
| HSV(B) | 126.67º | 0.85% | 0.79% | - |
| XYZ | 21.98 | 42.27 | 9.91 | - |
| YUV | 132.54 | 80.85 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 49 | 0.85 | 0 | 0.76 | 0.21 | 126.67 | 0.74 | 0.45 |
| Hex | 1E | C9 | 31 | 55 | 0 | 4C | 15 | 7F | 4A | 2D |
| Octal | 36 | 311 | 61 | 125 | 0 | 114 | 25 | 177 | 112 | 55 |
| Binary | 11110 | 11001001 | 110001 | 1010101 | 0 | 1001100 | 10101 | 1111111 | 1001010 | 101101 |
Color Harmonies of #1EC931
Complementary color
Monochromatic Colors of #1EC931
Black with #1EC931
Text Example
Text Example
White with #1EC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC931; }
p { color: rgb(30,201,49); }
H1.HeaderClassName
{
color: #1EC931;
}
.AnyTagClassName
{
color: #1EC931;
}
</style>
background-color css
<style>
a { background-color: #1EC931; }
a { background-color: rgb(30,201,49); }
div.DivClassName
{
background-color: #1EC931;
}
.BgClassName
{
background-color: #1EC931;
}
</style>
border-color css
<style>
span { border-color: #1EC931; }
span { border-color: rgb(30,201,49); }
td.TdClassName
{
border-color: #1EC931;
}
.TagClassName
{
border-color: #1EC931;
}
</style>