Shades of Lime Green #1ECC20
Tints of Lime Green #1ECC20
RGB
CMYK
RGB Variations
Color information
#1ECC20 (or 0x1ECC20) is known color: Lime Green. HEX triplet: 1E, CC and 20. RGB value is (30,204,32). Sum of RGB (Red+Green+Blue) = 30+204+32=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC20 is #E133DF. Grayscale: #848484. Windows color (decimal): -14758880 or 2149406. OLE color: 2149406.
HSL color Cylindrical-coordinate representation of color #1ECC20: hue angle of 120.69º 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 #1ECC20 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 32 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.2 |
| HSL | 120.69º | 0.74% | 0.46% | - |
| HSV(B) | 120.69º | 0.85% | 0.8% | - |
| XYZ | 22.39 | 43.57 | 8.6 | - |
| YUV | 132.37 | 71.35 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 32 | 0.85 | 0 | 0.84 | 0.2 | 120.69 | 0.74 | 0.46 |
| Hex | 1E | CC | 20 | 55 | 0 | 54 | 14 | 79 | 4A | 2E |
| Octal | 36 | 314 | 40 | 125 | 0 | 124 | 24 | 171 | 112 | 56 |
| Binary | 11110 | 11001100 | 100000 | 1010101 | 0 | 1010100 | 10100 | 1111001 | 1001010 | 101110 |
Color Harmonies of #1ECC20
Complementary color
Monochromatic Colors of #1ECC20
Black with #1ECC20
Text Example
Text Example
White with #1ECC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC20; }
p { color: rgb(30,204,32); }
H1.HeaderClassName
{
color: #1ECC20;
}
.AnyTagClassName
{
color: #1ECC20;
}
</style>
background-color css
<style>
a { background-color: #1ECC20; }
a { background-color: rgb(30,204,32); }
div.DivClassName
{
background-color: #1ECC20;
}
.BgClassName
{
background-color: #1ECC20;
}
</style>
border-color css
<style>
span { border-color: #1ECC20; }
span { border-color: rgb(30,204,32); }
td.TdClassName
{
border-color: #1ECC20;
}
.TagClassName
{
border-color: #1ECC20;
}
</style>