Shades of Lime Green #1ECE3B
Tints of Lime Green #1ECE3B
RGB
CMYK
RGB Variations
Color information
#1ECE3B (or 0x1ECE3B) is known color: Lime Green. HEX triplet: 1E, CE and 3B. RGB value is (30,206,59). Sum of RGB (Red+Green+Blue) = 30+206+59=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE3B is #E131C4. Grayscale: #898989. Windows color (decimal): -14758341 or 3919390. OLE color: 3919390.
HSL color Cylindrical-coordinate representation of color #1ECE3B: hue angle of 129.89º 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 #1ECE3B is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 59 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.19 |
| HSL | 129.89º | 0.75% | 0.46% | - |
| HSV(B) | 129.89º | 0.85% | 0.81% | - |
| XYZ | 23.4 | 44.73 | 11.54 | - |
| YUV | 136.62 | 84.19 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 59 | 0.85 | 0 | 0.71 | 0.19 | 129.89 | 0.75 | 0.46 |
| Hex | 1E | CE | 3B | 55 | 0 | 47 | 13 | 82 | 4B | 2E |
| Octal | 36 | 316 | 73 | 125 | 0 | 107 | 23 | 202 | 113 | 56 |
| Binary | 11110 | 11001110 | 111011 | 1010101 | 0 | 1000111 | 10011 | 10000010 | 1001011 | 101110 |
Color Harmonies of #1ECE3B
Complementary color
Monochromatic Colors of #1ECE3B
Black with #1ECE3B
Text Example
Text Example
White with #1ECE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE3B; }
p { color: rgb(30,206,59); }
H1.HeaderClassName
{
color: #1ECE3B;
}
.AnyTagClassName
{
color: #1ECE3B;
}
</style>
background-color css
<style>
a { background-color: #1ECE3B; }
a { background-color: rgb(30,206,59); }
div.DivClassName
{
background-color: #1ECE3B;
}
.BgClassName
{
background-color: #1ECE3B;
}
</style>
border-color css
<style>
span { border-color: #1ECE3B; }
span { border-color: rgb(30,206,59); }
td.TdClassName
{
border-color: #1ECE3B;
}
.TagClassName
{
border-color: #1ECE3B;
}
</style>