Shades of Lime Green #1EC311
Tints of Lime Green #1EC311
RGB
CMYK
RGB Variations
Color information
#1EC311 (or 0x1EC311) is known color: Lime Green. HEX triplet: 1E, C3 and 11. RGB value is (30,195,17). Sum of RGB (Red+Green+Blue) = 30+195+17=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 195 (76.56% from 255 or 80.58% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC311 is #E13CEE. Grayscale: #7D7D7D. Windows color (decimal): -14761199 or 1164062. OLE color: 1164062.
HSL color Cylindrical-coordinate representation of color #1EC311: hue angle of 115.62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EC311 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 17 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.24 |
| HSL | 115.62º | 0.84% | 0.42% | - |
| HSV(B) | 115.62º | 0.91% | 0.76% | - |
| XYZ | 20.15 | 39.35 | 7.06 | - |
| YUV | 125.37 | 66.84 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 17 | 0.85 | 0 | 0.91 | 0.24 | 115.62 | 0.84 | 0.42 |
| Hex | 1E | C3 | 11 | 55 | 0 | 5B | 18 | 74 | 54 | 2A |
| Octal | 36 | 303 | 21 | 125 | 0 | 133 | 30 | 164 | 124 | 52 |
| Binary | 11110 | 11000011 | 10001 | 1010101 | 0 | 1011011 | 11000 | 1110100 | 1010100 | 101010 |
Color Harmonies of #1EC311
Complementary color
Monochromatic Colors of #1EC311
Black with #1EC311
Text Example
Text Example
White with #1EC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC311; }
p { color: rgb(30,195,17); }
H1.HeaderClassName
{
color: #1EC311;
}
.AnyTagClassName
{
color: #1EC311;
}
</style>
background-color css
<style>
a { background-color: #1EC311; }
a { background-color: rgb(30,195,17); }
div.DivClassName
{
background-color: #1EC311;
}
.BgClassName
{
background-color: #1EC311;
}
</style>
border-color css
<style>
span { border-color: #1EC311; }
span { border-color: rgb(30,195,17); }
td.TdClassName
{
border-color: #1EC311;
}
.TagClassName
{
border-color: #1EC311;
}
</style>