Shades of Lime Green #1ECE14
Tints of Lime Green #1ECE14
RGB
CMYK
RGB Variations
Color information
#1ECE14 (or 0x1ECE14) is known color: Lime Green. HEX triplet: 1E, CE and 14. RGB value is (30,206,20). Sum of RGB (Red+Green+Blue) = 30+206+20=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 206 (80.86% from 255 or 80.47% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECE14 is #E131EB. Grayscale: #848484. Windows color (decimal): -14758380 or 1363486. OLE color: 1363486.
HSL color Cylindrical-coordinate representation of color #1ECE14: hue angle of 116.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ECE14 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 20 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.19 |
| HSL | 116.77º | 0.82% | 0.44% | - |
| HSV(B) | 116.77º | 0.9% | 0.81% | - |
| XYZ | 22.73 | 44.47 | 8.05 | - |
| YUV | 132.17 | 64.69 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 20 | 0.85 | 0 | 0.90 | 0.19 | 116.77 | 0.82 | 0.44 |
| Hex | 1E | CE | 14 | 55 | 0 | 5A | 13 | 75 | 52 | 2C |
| Octal | 36 | 316 | 24 | 125 | 0 | 132 | 23 | 165 | 122 | 54 |
| Binary | 11110 | 11001110 | 10100 | 1010101 | 0 | 1011010 | 10011 | 1110101 | 1010010 | 101100 |
Color Harmonies of #1ECE14
Complementary color
Monochromatic Colors of #1ECE14
Black with #1ECE14
Text Example
Text Example
White with #1ECE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE14; }
p { color: rgb(30,206,20); }
H1.HeaderClassName
{
color: #1ECE14;
}
.AnyTagClassName
{
color: #1ECE14;
}
</style>
background-color css
<style>
a { background-color: #1ECE14; }
a { background-color: rgb(30,206,20); }
div.DivClassName
{
background-color: #1ECE14;
}
.BgClassName
{
background-color: #1ECE14;
}
</style>
border-color css
<style>
span { border-color: #1ECE14; }
span { border-color: rgb(30,206,20); }
td.TdClassName
{
border-color: #1ECE14;
}
.TagClassName
{
border-color: #1ECE14;
}
</style>