Shades of Lime Green #2ECC2A
Tints of Lime Green #2ECC2A
RGB
CMYK
RGB Variations
Color information
#2ECC2A (or 0x2ECC2A) is known color: Lime Green. HEX triplet: 2E, CC and 2A. RGB value is (46,204,42). Sum of RGB (Red+Green+Blue) = 46+204+42=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC2A is #D133D5. Grayscale: #8A8A8A. Windows color (decimal): -13710294 or 2804782. OLE color: 2804782.
HSL color Cylindrical-coordinate representation of color #2ECC2A: hue angle of 118.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECC2A is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 42 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.2 |
| HSL | 118.52º | 0.66% | 0.48% | - |
| HSV(B) | 118.52º | 0.79% | 0.8% | - |
| XYZ | 23.14 | 43.93 | 9.45 | - |
| YUV | 138.29 | 73.65 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 42 | 0.77 | 0 | 0.79 | 0.2 | 118.52 | 0.66 | 0.48 |
| Hex | 2E | CC | 2A | 4D | 0 | 4F | 14 | 77 | 42 | 30 |
| Octal | 56 | 314 | 52 | 115 | 0 | 117 | 24 | 167 | 102 | 60 |
| Binary | 101110 | 11001100 | 101010 | 1001101 | 0 | 1001111 | 10100 | 1110111 | 1000010 | 110000 |
Color Harmonies of #2ECC2A
Complementary color
Monochromatic Colors of #2ECC2A
Black with #2ECC2A
Text Example
Text Example
White with #2ECC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC2A; }
p { color: rgb(46,204,42); }
H1.HeaderClassName
{
color: #2ECC2A;
}
.AnyTagClassName
{
color: #2ECC2A;
}
</style>
background-color css
<style>
a { background-color: #2ECC2A; }
a { background-color: rgb(46,204,42); }
div.DivClassName
{
background-color: #2ECC2A;
}
.BgClassName
{
background-color: #2ECC2A;
}
</style>
border-color css
<style>
span { border-color: #2ECC2A; }
span { border-color: rgb(46,204,42); }
td.TdClassName
{
border-color: #2ECC2A;
}
.TagClassName
{
border-color: #2ECC2A;
}
</style>