Shades of Lime Green #1EC902
Tints of Lime Green #1EC902
RGB
CMYK
RGB Variations
Color information
#1EC902 (or 0x1EC902) is known color: Lime Green. HEX triplet: 1E, C9 and 02. RGB value is (30,201,2). Sum of RGB (Red+Green+Blue) = 30+201+2=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 201 (78.91% from 255 or 86.27% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC902 is #E136FD. Grayscale: #7F7F7F. Windows color (decimal): -14759678 or 182558. OLE color: 182558.
HSL color Cylindrical-coordinate representation of color #1EC902: hue angle of 111.56º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1EC902 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.21 |
| HSL | 111.56º | 0.98% | 0.4% | - |
| HSV(B) | 111.56º | 0.99% | 0.79% | - |
| XYZ | 21.43 | 42.05 | 7.04 | - |
| YUV | 127.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 2 | 0.85 | 0 | 0.99 | 0.21 | 111.56 | 0.98 | 0.4 |
| Hex | 1E | C9 | 2 | 55 | 0 | 63 | 15 | 70 | 62 | 28 |
| Octal | 36 | 311 | 2 | 125 | 0 | 143 | 25 | 160 | 142 | 50 |
| Binary | 11110 | 11001001 | 10 | 1010101 | 0 | 1100011 | 10101 | 1110000 | 1100010 | 101000 |
Color Harmonies of #1EC902
Complementary color
Monochromatic Colors of #1EC902
Black with #1EC902
Text Example
Text Example
White with #1EC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC902; }
p { color: rgb(30,201,2); }
H1.HeaderClassName
{
color: #1EC902;
}
.AnyTagClassName
{
color: #1EC902;
}
</style>
background-color css
<style>
a { background-color: #1EC902; }
a { background-color: rgb(30,201,2); }
div.DivClassName
{
background-color: #1EC902;
}
.BgClassName
{
background-color: #1EC902;
}
</style>
border-color css
<style>
span { border-color: #1EC902; }
span { border-color: rgb(30,201,2); }
td.TdClassName
{
border-color: #1EC902;
}
.TagClassName
{
border-color: #1EC902;
}
</style>