Shades of Lime Green #1ECA00
Tints of Lime Green #1ECA00
RGB
CMYK
RGB Variations
Color information
#1ECA00 (or 0x1ECA00) is known color: Lime Green. HEX triplet: 1E, CA and 00. RGB value is (30,202,0). Sum of RGB (Red+Green+Blue) = 30+202+0=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 202 (79.30% from 255 or 87.07% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECA00 is #E135FF. Grayscale: #808080. Windows color (decimal): -14759424 or 51742. OLE color: 51742.
HSL color Cylindrical-coordinate representation of color #1ECA00: hue angle of 111.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1ECA00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.21 |
| HSL | 111.09º | 1% | 0.4% | - |
| HSV(B) | 111.09º | 1% | 0.79% | - |
| XYZ | 21.66 | 42.52 | 7.07 | - |
| YUV | 127.54 | 56.02 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 0 | 0.85 | 0 | 1 | 0.21 | 111.09 | 1 | 0.4 |
| Hex | 1E | CA | 0 | 55 | 0 | 64 | 15 | 6F | 64 | 28 |
| Octal | 36 | 312 | 0 | 125 | 0 | 144 | 25 | 157 | 144 | 50 |
| Binary | 11110 | 11001010 | 0 | 1010101 | 0 | 1100100 | 10101 | 1101111 | 1100100 | 101000 |
Color Harmonies of #1ECA00
Complementary color
Monochromatic Colors of #1ECA00
Black with #1ECA00
Text Example
Text Example
White with #1ECA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECA00; }
p { color: rgb(30,202,0); }
H1.HeaderClassName
{
color: #1ECA00;
}
.AnyTagClassName
{
color: #1ECA00;
}
</style>
background-color css
<style>
a { background-color: #1ECA00; }
a { background-color: rgb(30,202,0); }
div.DivClassName
{
background-color: #1ECA00;
}
.BgClassName
{
background-color: #1ECA00;
}
</style>
border-color css
<style>
span { border-color: #1ECA00; }
span { border-color: rgb(30,202,0); }
td.TdClassName
{
border-color: #1ECA00;
}
.TagClassName
{
border-color: #1ECA00;
}
</style>