Shades of Lime Green #1EC020
Tints of Lime Green #1EC020
RGB
CMYK
RGB Variations
Color information
#1EC020 (or 0x1EC020) is known color: Lime Green. HEX triplet: 1E, C0 and 20. RGB value is (30,192,32). Sum of RGB (Red+Green+Blue) = 30+192+32=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC020 is #E13FDF. Grayscale: #7D7D7D. Windows color (decimal): -14761952 or 2146334. OLE color: 2146334.
HSL color Cylindrical-coordinate representation of color #1EC020: hue angle of 120.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC020 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 32 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.25 |
| HSL | 120.74º | 0.73% | 0.44% | - |
| HSV(B) | 120.74º | 0.84% | 0.75% | - |
| XYZ | 19.65 | 38.08 | 7.68 | - |
| YUV | 125.32 | 75.33 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 32 | 0.84 | 0 | 0.83 | 0.25 | 120.74 | 0.73 | 0.44 |
| Hex | 1E | C0 | 20 | 54 | 0 | 53 | 19 | 79 | 49 | 2C |
| Octal | 36 | 300 | 40 | 124 | 0 | 123 | 31 | 171 | 111 | 54 |
| Binary | 11110 | 11000000 | 100000 | 1010100 | 0 | 1010011 | 11001 | 1111001 | 1001001 | 101100 |
Color Harmonies of #1EC020
Complementary color
Monochromatic Colors of #1EC020
Black with #1EC020
Text Example
Text Example
White with #1EC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC020; }
p { color: rgb(30,192,32); }
H1.HeaderClassName
{
color: #1EC020;
}
.AnyTagClassName
{
color: #1EC020;
}
</style>
background-color css
<style>
a { background-color: #1EC020; }
a { background-color: rgb(30,192,32); }
div.DivClassName
{
background-color: #1EC020;
}
.BgClassName
{
background-color: #1EC020;
}
</style>
border-color css
<style>
span { border-color: #1EC020; }
span { border-color: rgb(30,192,32); }
td.TdClassName
{
border-color: #1EC020;
}
.TagClassName
{
border-color: #1EC020;
}
</style>