Shades of Lime Green #1ECE1E
Tints of Lime Green #1ECE1E
RGB
CMYK
RGB Variations
Color information
#1ECE1E (or 0x1ECE1E) is known color: Lime Green. HEX triplet: 1E, CE and 1E. RGB value is (30,206,30). Sum of RGB (Red+Green+Blue) = 30+206+30=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE1E is #E131E1. Grayscale: #858585. Windows color (decimal): -14758370 or 2018846. OLE color: 2018846.
HSL color Cylindrical-coordinate representation of color #1ECE1E: hue angle of 120º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECE1E is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 30 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.19 |
| HSL | 120º | 0.75% | 0.46% | - |
| HSV(B) | 120º | 0.85% | 0.81% | - |
| XYZ | 22.84 | 44.51 | 8.62 | - |
| YUV | 133.31 | 69.69 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 30 | 0.85 | 0 | 0.85 | 0.19 | 120 | 0.75 | 0.46 |
| Hex | 1E | CE | 1E | 55 | 0 | 55 | 13 | 78 | 4B | 2E |
| Octal | 36 | 316 | 36 | 125 | 0 | 125 | 23 | 170 | 113 | 56 |
| Binary | 11110 | 11001110 | 11110 | 1010101 | 0 | 1010101 | 10011 | 1111000 | 1001011 | 101110 |
Color Harmonies of #1ECE1E
Complementary color
Monochromatic Colors of #1ECE1E
Black with #1ECE1E
Text Example
Text Example
White with #1ECE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE1E; }
p { color: rgb(30,206,30); }
H1.HeaderClassName
{
color: #1ECE1E;
}
.AnyTagClassName
{
color: #1ECE1E;
}
</style>
background-color css
<style>
a { background-color: #1ECE1E; }
a { background-color: rgb(30,206,30); }
div.DivClassName
{
background-color: #1ECE1E;
}
.BgClassName
{
background-color: #1ECE1E;
}
</style>
border-color css
<style>
span { border-color: #1ECE1E; }
span { border-color: rgb(30,206,30); }
td.TdClassName
{
border-color: #1ECE1E;
}
.TagClassName
{
border-color: #1ECE1E;
}
</style>