Shades of Lime Green #1EC021
Tints of Lime Green #1EC021
RGB
CMYK
RGB Variations
Color information
#1EC021 (or 0x1EC021) is known color: Lime Green. HEX triplet: 1E, C0 and 21. RGB value is (30,192,33). Sum of RGB (Red+Green+Blue) = 30+192+33=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC021 is #E13FDE. Grayscale: #7D7D7D. Windows color (decimal): -14761951 or 2211870. OLE color: 2211870.
HSL color Cylindrical-coordinate representation of color #1EC021: hue angle of 121.11º 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 #1EC021 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 33 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.25 |
| HSL | 121.11º | 0.73% | 0.44% | - |
| HSV(B) | 121.11º | 0.84% | 0.75% | - |
| XYZ | 19.66 | 38.09 | 7.75 | - |
| YUV | 125.44 | 75.83 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 33 | 0.84 | 0 | 0.83 | 0.25 | 121.11 | 0.73 | 0.44 |
| Hex | 1E | C0 | 21 | 54 | 0 | 53 | 19 | 79 | 49 | 2C |
| Octal | 36 | 300 | 41 | 124 | 0 | 123 | 31 | 171 | 111 | 54 |
| Binary | 11110 | 11000000 | 100001 | 1010100 | 0 | 1010011 | 11001 | 1111001 | 1001001 | 101100 |
Color Harmonies of #1EC021
Complementary color
Monochromatic Colors of #1EC021
Black with #1EC021
Text Example
Text Example
White with #1EC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC021; }
p { color: rgb(30,192,33); }
H1.HeaderClassName
{
color: #1EC021;
}
.AnyTagClassName
{
color: #1EC021;
}
</style>
background-color css
<style>
a { background-color: #1EC021; }
a { background-color: rgb(30,192,33); }
div.DivClassName
{
background-color: #1EC021;
}
.BgClassName
{
background-color: #1EC021;
}
</style>
border-color css
<style>
span { border-color: #1EC021; }
span { border-color: rgb(30,192,33); }
td.TdClassName
{
border-color: #1EC021;
}
.TagClassName
{
border-color: #1EC021;
}
</style>