Shades of Lime Green #1EC50A
Tints of Lime Green #1EC50A
RGB
CMYK
RGB Variations
Color information
#1EC50A (or 0x1EC50A) is known color: Lime Green. HEX triplet: 1E, C5 and 0A. RGB value is (30,197,10). Sum of RGB (Red+Green+Blue) = 30+197+10=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 197 (77.34% from 255 or 83.12% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC50A is #E13AF5. Grayscale: #7E7E7E. Windows color (decimal): -14760694 or 705822. OLE color: 705822.
HSL color Cylindrical-coordinate representation of color #1EC50A: hue angle of 113.58º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EC50A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 10 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.23 |
| HSL | 113.58º | 0.9% | 0.41% | - |
| HSV(B) | 113.58º | 0.95% | 0.77% | - |
| XYZ | 20.56 | 40.23 | 6.97 | - |
| YUV | 125.75 | 62.67 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 10 | 0.85 | 0 | 0.95 | 0.23 | 113.58 | 0.9 | 0.41 |
| Hex | 1E | C5 | A | 55 | 0 | 5F | 17 | 72 | 5A | 29 |
| Octal | 36 | 305 | 12 | 125 | 0 | 137 | 27 | 162 | 132 | 51 |
| Binary | 11110 | 11000101 | 1010 | 1010101 | 0 | 1011111 | 10111 | 1110010 | 1011010 | 101001 |
Color Harmonies of #1EC50A
Complementary color
Monochromatic Colors of #1EC50A
Black with #1EC50A
Text Example
Text Example
White with #1EC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC50A; }
p { color: rgb(30,197,10); }
H1.HeaderClassName
{
color: #1EC50A;
}
.AnyTagClassName
{
color: #1EC50A;
}
</style>
background-color css
<style>
a { background-color: #1EC50A; }
a { background-color: rgb(30,197,10); }
div.DivClassName
{
background-color: #1EC50A;
}
.BgClassName
{
background-color: #1EC50A;
}
</style>
border-color css
<style>
span { border-color: #1EC50A; }
span { border-color: rgb(30,197,10); }
td.TdClassName
{
border-color: #1EC50A;
}
.TagClassName
{
border-color: #1EC50A;
}
</style>