Shades of Lime Green #1EC115
Tints of Lime Green #1EC115
RGB
CMYK
RGB Variations
Color information
#1EC115 (or 0x1EC115) is known color: Lime Green. HEX triplet: 1E, C1 and 15. RGB value is (30,193,21). Sum of RGB (Red+Green+Blue) = 30+193+21=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC115 is #E13EEA. Grayscale: #7D7D7D. Windows color (decimal): -14761707 or 1425694. OLE color: 1425694.
HSL color Cylindrical-coordinate representation of color #1EC115: hue angle of 116.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EC115 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 21 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.24 |
| HSL | 116.86º | 0.8% | 0.42% | - |
| HSV(B) | 116.86º | 0.89% | 0.76% | - |
| XYZ | 19.74 | 38.47 | 7.09 | - |
| YUV | 124.66 | 69.5 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 21 | 0.84 | 0 | 0.89 | 0.24 | 116.86 | 0.8 | 0.42 |
| Hex | 1E | C1 | 15 | 54 | 0 | 59 | 18 | 75 | 50 | 2A |
| Octal | 36 | 301 | 25 | 124 | 0 | 131 | 30 | 165 | 120 | 52 |
| Binary | 11110 | 11000001 | 10101 | 1010100 | 0 | 1011001 | 11000 | 1110101 | 1010000 | 101010 |
Color Harmonies of #1EC115
Complementary color
Monochromatic Colors of #1EC115
Black with #1EC115
Text Example
Text Example
White with #1EC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC115; }
p { color: rgb(30,193,21); }
H1.HeaderClassName
{
color: #1EC115;
}
.AnyTagClassName
{
color: #1EC115;
}
</style>
background-color css
<style>
a { background-color: #1EC115; }
a { background-color: rgb(30,193,21); }
div.DivClassName
{
background-color: #1EC115;
}
.BgClassName
{
background-color: #1EC115;
}
</style>
border-color css
<style>
span { border-color: #1EC115; }
span { border-color: rgb(30,193,21); }
td.TdClassName
{
border-color: #1EC115;
}
.TagClassName
{
border-color: #1EC115;
}
</style>