Shades of Lime Green #1ECE31
Tints of Lime Green #1ECE31
RGB
CMYK
RGB Variations
Color information
#1ECE31 (or 0x1ECE31) is known color: Lime Green. HEX triplet: 1E, CE and 31. RGB value is (30,206,49). Sum of RGB (Red+Green+Blue) = 30+206+49=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE31 is #E131CE. Grayscale: #878787. Windows color (decimal): -14758351 or 3264030. OLE color: 3264030.
HSL color Cylindrical-coordinate representation of color #1ECE31: hue angle of 126.48º 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 #1ECE31 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 49 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.19 |
| HSL | 126.48º | 0.75% | 0.46% | - |
| HSV(B) | 126.48º | 0.85% | 0.81% | - |
| XYZ | 23.16 | 44.64 | 10.3 | - |
| YUV | 135.48 | 79.19 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 49 | 0.85 | 0 | 0.76 | 0.19 | 126.48 | 0.75 | 0.46 |
| Hex | 1E | CE | 31 | 55 | 0 | 4C | 13 | 7E | 4B | 2E |
| Octal | 36 | 316 | 61 | 125 | 0 | 114 | 23 | 176 | 113 | 56 |
| Binary | 11110 | 11001110 | 110001 | 1010101 | 0 | 1001100 | 10011 | 1111110 | 1001011 | 101110 |
Color Harmonies of #1ECE31
Complementary color
Monochromatic Colors of #1ECE31
Black with #1ECE31
Text Example
Text Example
White with #1ECE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE31; }
p { color: rgb(30,206,49); }
H1.HeaderClassName
{
color: #1ECE31;
}
.AnyTagClassName
{
color: #1ECE31;
}
</style>
background-color css
<style>
a { background-color: #1ECE31; }
a { background-color: rgb(30,206,49); }
div.DivClassName
{
background-color: #1ECE31;
}
.BgClassName
{
background-color: #1ECE31;
}
</style>
border-color css
<style>
span { border-color: #1ECE31; }
span { border-color: rgb(30,206,49); }
td.TdClassName
{
border-color: #1ECE31;
}
.TagClassName
{
border-color: #1ECE31;
}
</style>