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