Shades of Lime Green #1ECC3E
Tints of Lime Green #1ECC3E
RGB
CMYK
RGB Variations
Color information
#1ECC3E (or 0x1ECC3E) is known color: Lime Green. HEX triplet: 1E, CC and 3E. RGB value is (30,204,62). Sum of RGB (Red+Green+Blue) = 30+204+62=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC3E is #E133C1. Grayscale: #888888. Windows color (decimal): -14758850 or 4115486. OLE color: 4115486.
HSL color Cylindrical-coordinate representation of color #1ECC3E: hue angle of 131.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECC3E is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 62 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.2 |
| HSL | 131.03º | 0.74% | 0.46% | - |
| HSV(B) | 131.03º | 0.85% | 0.8% | - |
| XYZ | 23 | 43.81 | 11.8 | - |
| YUV | 135.79 | 86.35 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 62 | 0.85 | 0 | 0.70 | 0.2 | 131.03 | 0.74 | 0.46 |
| Hex | 1E | CC | 3E | 55 | 0 | 46 | 14 | 83 | 4A | 2E |
| Octal | 36 | 314 | 76 | 125 | 0 | 106 | 24 | 203 | 112 | 56 |
| Binary | 11110 | 11001100 | 111110 | 1010101 | 0 | 1000110 | 10100 | 10000011 | 1001010 | 101110 |
Color Harmonies of #1ECC3E
Complementary color
Monochromatic Colors of #1ECC3E
Black with #1ECC3E
Text Example
Text Example
White with #1ECC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC3E; }
p { color: rgb(30,204,62); }
H1.HeaderClassName
{
color: #1ECC3E;
}
.AnyTagClassName
{
color: #1ECC3E;
}
</style>
background-color css
<style>
a { background-color: #1ECC3E; }
a { background-color: rgb(30,204,62); }
div.DivClassName
{
background-color: #1ECC3E;
}
.BgClassName
{
background-color: #1ECC3E;
}
</style>
border-color css
<style>
span { border-color: #1ECC3E; }
span { border-color: rgb(30,204,62); }
td.TdClassName
{
border-color: #1ECC3E;
}
.TagClassName
{
border-color: #1ECC3E;
}
</style>