Shades of Lime Green #1ECE2C
Tints of Lime Green #1ECE2C
RGB
CMYK
RGB Variations
Color information
#1ECE2C (or 0x1ECE2C) is known color: Lime Green. HEX triplet: 1E, CE and 2C. RGB value is (30,206,44). Sum of RGB (Red+Green+Blue) = 30+206+44=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE2C is #E131D3. Grayscale: #878787. Windows color (decimal): -14758356 or 2936350. OLE color: 2936350.
HSL color Cylindrical-coordinate representation of color #1ECE2C: hue angle of 124.77º 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 #1ECE2C is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 44 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.19 |
| HSL | 124.77º | 0.75% | 0.46% | - |
| HSV(B) | 124.77º | 0.85% | 0.81% | - |
| XYZ | 23.06 | 44.6 | 9.78 | - |
| YUV | 134.91 | 76.69 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 44 | 0.85 | 0 | 0.79 | 0.19 | 124.77 | 0.75 | 0.46 |
| Hex | 1E | CE | 2C | 55 | 0 | 4F | 13 | 7D | 4B | 2E |
| Octal | 36 | 316 | 54 | 125 | 0 | 117 | 23 | 175 | 113 | 56 |
| Binary | 11110 | 11001110 | 101100 | 1010101 | 0 | 1001111 | 10011 | 1111101 | 1001011 | 101110 |
Color Harmonies of #1ECE2C
Complementary color
Monochromatic Colors of #1ECE2C
Black with #1ECE2C
Text Example
Text Example
White with #1ECE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE2C; }
p { color: rgb(30,206,44); }
H1.HeaderClassName
{
color: #1ECE2C;
}
.AnyTagClassName
{
color: #1ECE2C;
}
</style>
background-color css
<style>
a { background-color: #1ECE2C; }
a { background-color: rgb(30,206,44); }
div.DivClassName
{
background-color: #1ECE2C;
}
.BgClassName
{
background-color: #1ECE2C;
}
</style>
border-color css
<style>
span { border-color: #1ECE2C; }
span { border-color: rgb(30,206,44); }
td.TdClassName
{
border-color: #1ECE2C;
}
.TagClassName
{
border-color: #1ECE2C;
}
</style>