Shades of Lime Green #1ECE0F
Tints of Lime Green #1ECE0F
RGB
CMYK
RGB Variations
Color information
#1ECE0F (or 0x1ECE0F) is known color: Lime Green. HEX triplet: 1E, CE and 0F. RGB value is (30,206,15). Sum of RGB (Red+Green+Blue) = 30+206+15=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 206 (80.86% from 255 or 82.07% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECE0F is #E131F0. Grayscale: #848484. Windows color (decimal): -14758385 or 1035806. OLE color: 1035806.
HSL color Cylindrical-coordinate representation of color #1ECE0F: hue angle of 115.29º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ECE0F is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 15 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.19 |
| HSL | 115.29º | 0.86% | 0.43% | - |
| HSV(B) | 115.29º | 0.93% | 0.81% | - |
| XYZ | 22.69 | 44.45 | 7.84 | - |
| YUV | 131.6 | 62.19 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 15 | 0.85 | 0 | 0.93 | 0.19 | 115.29 | 0.86 | 0.43 |
| Hex | 1E | CE | F | 55 | 0 | 5D | 13 | 73 | 56 | 2B |
| Octal | 36 | 316 | 17 | 125 | 0 | 135 | 23 | 163 | 126 | 53 |
| Binary | 11110 | 11001110 | 1111 | 1010101 | 0 | 1011101 | 10011 | 1110011 | 1010110 | 101011 |
Color Harmonies of #1ECE0F
Complementary color
Monochromatic Colors of #1ECE0F
Black with #1ECE0F
Text Example
Text Example
White with #1ECE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE0F; }
p { color: rgb(30,206,15); }
H1.HeaderClassName
{
color: #1ECE0F;
}
.AnyTagClassName
{
color: #1ECE0F;
}
</style>
background-color css
<style>
a { background-color: #1ECE0F; }
a { background-color: rgb(30,206,15); }
div.DivClassName
{
background-color: #1ECE0F;
}
.BgClassName
{
background-color: #1ECE0F;
}
</style>
border-color css
<style>
span { border-color: #1ECE0F; }
span { border-color: rgb(30,206,15); }
td.TdClassName
{
border-color: #1ECE0F;
}
.TagClassName
{
border-color: #1ECE0F;
}
</style>