Shades of Lime Green #1EC914
Tints of Lime Green #1EC914
RGB
CMYK
RGB Variations
Color information
#1EC914 (or 0x1EC914) is known color: Lime Green. HEX triplet: 1E, C9 and 14. RGB value is (30,201,20). Sum of RGB (Red+Green+Blue) = 30+201+20=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 201 (78.91% from 255 or 80.08% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC914 is #E136EB. Grayscale: #818181. Windows color (decimal): -14759660 or 1362206. OLE color: 1362206.
HSL color Cylindrical-coordinate representation of color #1EC914: hue angle of 116.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EC914 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 20 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.21 |
| HSL | 116.69º | 0.82% | 0.43% | - |
| HSV(B) | 116.69º | 0.9% | 0.79% | - |
| XYZ | 21.55 | 42.1 | 7.65 | - |
| YUV | 129.24 | 66.35 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 20 | 0.85 | 0 | 0.90 | 0.21 | 116.69 | 0.82 | 0.43 |
| Hex | 1E | C9 | 14 | 55 | 0 | 5A | 15 | 75 | 52 | 2B |
| Octal | 36 | 311 | 24 | 125 | 0 | 132 | 25 | 165 | 122 | 53 |
| Binary | 11110 | 11001001 | 10100 | 1010101 | 0 | 1011010 | 10101 | 1110101 | 1010010 | 101011 |
Color Harmonies of #1EC914
Complementary color
Monochromatic Colors of #1EC914
Black with #1EC914
Text Example
Text Example
White with #1EC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC914; }
p { color: rgb(30,201,20); }
H1.HeaderClassName
{
color: #1EC914;
}
.AnyTagClassName
{
color: #1EC914;
}
</style>
background-color css
<style>
a { background-color: #1EC914; }
a { background-color: rgb(30,201,20); }
div.DivClassName
{
background-color: #1EC914;
}
.BgClassName
{
background-color: #1EC914;
}
</style>
border-color css
<style>
span { border-color: #1EC914; }
span { border-color: rgb(30,201,20); }
td.TdClassName
{
border-color: #1EC914;
}
.TagClassName
{
border-color: #1EC914;
}
</style>