Shades of Lime Green #1EC11E
Tints of Lime Green #1EC11E
RGB
CMYK
RGB Variations
Color information
#1EC11E (or 0x1EC11E) is known color: Lime Green. HEX triplet: 1E, C1 and 1E. RGB value is (30,193,30). Sum of RGB (Red+Green+Blue) = 30+193+30=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 193 (75.78% from 255 or 76.28% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC11E is #E13EE1. Grayscale: #7E7E7E. Windows color (decimal): -14761698 or 2015518. OLE color: 2015518.
HSL color Cylindrical-coordinate representation of color #1EC11E: hue angle of 120º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC11E is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 30 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.24 |
| HSL | 120º | 0.73% | 0.44% | - |
| HSV(B) | 120º | 0.84% | 0.76% | - |
| XYZ | 19.84 | 38.51 | 7.62 | - |
| YUV | 125.68 | 74 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 30 | 0.84 | 0 | 0.84 | 0.24 | 120 | 0.73 | 0.44 |
| Hex | 1E | C1 | 1E | 54 | 0 | 54 | 18 | 78 | 49 | 2C |
| Octal | 36 | 301 | 36 | 124 | 0 | 124 | 30 | 170 | 111 | 54 |
| Binary | 11110 | 11000001 | 11110 | 1010100 | 0 | 1010100 | 11000 | 1111000 | 1001001 | 101100 |
Color Harmonies of #1EC11E
Complementary color
Monochromatic Colors of #1EC11E
Black with #1EC11E
Text Example
Text Example
White with #1EC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC11E; }
p { color: rgb(30,193,30); }
H1.HeaderClassName
{
color: #1EC11E;
}
.AnyTagClassName
{
color: #1EC11E;
}
</style>
background-color css
<style>
a { background-color: #1EC11E; }
a { background-color: rgb(30,193,30); }
div.DivClassName
{
background-color: #1EC11E;
}
.BgClassName
{
background-color: #1EC11E;
}
</style>
border-color css
<style>
span { border-color: #1EC11E; }
span { border-color: rgb(30,193,30); }
td.TdClassName
{
border-color: #1EC11E;
}
.TagClassName
{
border-color: #1EC11E;
}
</style>