Shades of Lime Green #1EC119
Tints of Lime Green #1EC119
RGB
CMYK
RGB Variations
Color information
#1EC119 (or 0x1EC119) is known color: Lime Green. HEX triplet: 1E, C1 and 19. RGB value is (30,193,25). Sum of RGB (Red+Green+Blue) = 30+193+25=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 193 (75.78% from 255 or 77.82% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC119 is #E13EE6. Grayscale: #7D7D7D. Windows color (decimal): -14761703 or 1687838. OLE color: 1687838.
HSL color Cylindrical-coordinate representation of color #1EC119: hue angle of 118.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC119 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 25 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.24 |
| HSL | 118.21º | 0.77% | 0.43% | - |
| HSV(B) | 118.21º | 0.87% | 0.76% | - |
| XYZ | 19.78 | 38.49 | 7.31 | - |
| YUV | 125.11 | 71.5 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 25 | 0.84 | 0 | 0.87 | 0.24 | 118.21 | 0.77 | 0.43 |
| Hex | 1E | C1 | 19 | 54 | 0 | 57 | 18 | 76 | 4D | 2B |
| Octal | 36 | 301 | 31 | 124 | 0 | 127 | 30 | 166 | 115 | 53 |
| Binary | 11110 | 11000001 | 11001 | 1010100 | 0 | 1010111 | 11000 | 1110110 | 1001101 | 101011 |
Color Harmonies of #1EC119
Complementary color
Monochromatic Colors of #1EC119
Black with #1EC119
Text Example
Text Example
White with #1EC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC119; }
p { color: rgb(30,193,25); }
H1.HeaderClassName
{
color: #1EC119;
}
.AnyTagClassName
{
color: #1EC119;
}
</style>
background-color css
<style>
a { background-color: #1EC119; }
a { background-color: rgb(30,193,25); }
div.DivClassName
{
background-color: #1EC119;
}
.BgClassName
{
background-color: #1EC119;
}
</style>
border-color css
<style>
span { border-color: #1EC119; }
span { border-color: rgb(30,193,25); }
td.TdClassName
{
border-color: #1EC119;
}
.TagClassName
{
border-color: #1EC119;
}
</style>