Shades of Lime Green #1ECC2D
Tints of Lime Green #1ECC2D
RGB
CMYK
RGB Variations
Color information
#1ECC2D (or 0x1ECC2D) is known color: Lime Green. HEX triplet: 1E, CC and 2D. RGB value is (30,204,45). Sum of RGB (Red+Green+Blue) = 30+204+45=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC2D is #E133D2. Grayscale: #868686. Windows color (decimal): -14758867 or 3001374. OLE color: 3001374.
HSL color Cylindrical-coordinate representation of color #1ECC2D: hue angle of 125.17º 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 #1ECC2D is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 45 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.2 |
| HSL | 125.17º | 0.74% | 0.46% | - |
| HSV(B) | 125.17º | 0.85% | 0.8% | - |
| XYZ | 22.6 | 43.65 | 9.72 | - |
| YUV | 133.85 | 77.85 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 45 | 0.85 | 0 | 0.78 | 0.2 | 125.17 | 0.74 | 0.46 |
| Hex | 1E | CC | 2D | 55 | 0 | 4E | 14 | 7D | 4A | 2E |
| Octal | 36 | 314 | 55 | 125 | 0 | 116 | 24 | 175 | 112 | 56 |
| Binary | 11110 | 11001100 | 101101 | 1010101 | 0 | 1001110 | 10100 | 1111101 | 1001010 | 101110 |
Color Harmonies of #1ECC2D
Complementary color
Monochromatic Colors of #1ECC2D
Black with #1ECC2D
Text Example
Text Example
White with #1ECC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC2D; }
p { color: rgb(30,204,45); }
H1.HeaderClassName
{
color: #1ECC2D;
}
.AnyTagClassName
{
color: #1ECC2D;
}
</style>
background-color css
<style>
a { background-color: #1ECC2D; }
a { background-color: rgb(30,204,45); }
div.DivClassName
{
background-color: #1ECC2D;
}
.BgClassName
{
background-color: #1ECC2D;
}
</style>
border-color css
<style>
span { border-color: #1ECC2D; }
span { border-color: rgb(30,204,45); }
td.TdClassName
{
border-color: #1ECC2D;
}
.TagClassName
{
border-color: #1ECC2D;
}
</style>