Shades of Lime Green #2ECC1D
Tints of Lime Green #2ECC1D
RGB
CMYK
RGB Variations
Color information
#2ECC1D (or 0x2ECC1D) is known color: Lime Green. HEX triplet: 2E, CC and 1D. RGB value is (46,204,29). Sum of RGB (Red+Green+Blue) = 46+204+29=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC1D is #D133E2. Grayscale: #898989. Windows color (decimal): -13710307 or 1952814. OLE color: 1952814.
HSL color Cylindrical-coordinate representation of color #2ECC1D: hue angle of 114.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ECC1D is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 29 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.2 |
| HSL | 114.17º | 0.75% | 0.46% | - |
| HSV(B) | 114.17º | 0.86% | 0.8% | - |
| XYZ | 22.94 | 43.86 | 8.42 | - |
| YUV | 136.81 | 67.15 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 29 | 0.77 | 0 | 0.86 | 0.2 | 114.17 | 0.75 | 0.46 |
| Hex | 2E | CC | 1D | 4D | 0 | 56 | 14 | 72 | 4B | 2E |
| Octal | 56 | 314 | 35 | 115 | 0 | 126 | 24 | 162 | 113 | 56 |
| Binary | 101110 | 11001100 | 11101 | 1001101 | 0 | 1010110 | 10100 | 1110010 | 1001011 | 101110 |
Color Harmonies of #2ECC1D
Complementary color
Monochromatic Colors of #2ECC1D
Black with #2ECC1D
Text Example
Text Example
White with #2ECC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC1D; }
p { color: rgb(46,204,29); }
H1.HeaderClassName
{
color: #2ECC1D;
}
.AnyTagClassName
{
color: #2ECC1D;
}
</style>
background-color css
<style>
a { background-color: #2ECC1D; }
a { background-color: rgb(46,204,29); }
div.DivClassName
{
background-color: #2ECC1D;
}
.BgClassName
{
background-color: #2ECC1D;
}
</style>
border-color css
<style>
span { border-color: #2ECC1D; }
span { border-color: rgb(46,204,29); }
td.TdClassName
{
border-color: #2ECC1D;
}
.TagClassName
{
border-color: #2ECC1D;
}
</style>