Shades of Lime Green #1EC514
Tints of Lime Green #1EC514
RGB
CMYK
RGB Variations
Color information
#1EC514 (or 0x1EC514) is known color: Lime Green. HEX triplet: 1E, C5 and 14. RGB value is (30,197,20). Sum of RGB (Red+Green+Blue) = 30+197+20=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC514 is #E13AEB. Grayscale: #7F7F7F. Windows color (decimal): -14760684 or 1361182. OLE color: 1361182.
HSL color Cylindrical-coordinate representation of color #1EC514: hue angle of 116.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EC514 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 20 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.23 |
| HSL | 116.61º | 0.82% | 0.43% | - |
| HSV(B) | 116.61º | 0.9% | 0.77% | - |
| XYZ | 20.63 | 40.26 | 7.35 | - |
| YUV | 126.89 | 67.67 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 20 | 0.85 | 0 | 0.90 | 0.23 | 116.61 | 0.82 | 0.43 |
| Hex | 1E | C5 | 14 | 55 | 0 | 5A | 17 | 75 | 52 | 2B |
| Octal | 36 | 305 | 24 | 125 | 0 | 132 | 27 | 165 | 122 | 53 |
| Binary | 11110 | 11000101 | 10100 | 1010101 | 0 | 1011010 | 10111 | 1110101 | 1010010 | 101011 |
Color Harmonies of #1EC514
Complementary color
Monochromatic Colors of #1EC514
Black with #1EC514
Text Example
Text Example
White with #1EC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC514; }
p { color: rgb(30,197,20); }
H1.HeaderClassName
{
color: #1EC514;
}
.AnyTagClassName
{
color: #1EC514;
}
</style>
background-color css
<style>
a { background-color: #1EC514; }
a { background-color: rgb(30,197,20); }
div.DivClassName
{
background-color: #1EC514;
}
.BgClassName
{
background-color: #1EC514;
}
</style>
border-color css
<style>
span { border-color: #1EC514; }
span { border-color: rgb(30,197,20); }
td.TdClassName
{
border-color: #1EC514;
}
.TagClassName
{
border-color: #1EC514;
}
</style>