Shades of Lime Green #2ECC4A
Tints of Lime Green #2ECC4A
RGB
CMYK
RGB Variations
Color information
#2ECC4A (or 0x2ECC4A) is known color: Lime Green. HEX triplet: 2E, CC and 4A. RGB value is (46,204,74). Sum of RGB (Red+Green+Blue) = 46+204+74=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC4A is #D133B5. Grayscale: #8E8E8E. Windows color (decimal): -13710262 or 4901934. OLE color: 4901934.
HSL color Cylindrical-coordinate representation of color #2ECC4A: hue angle of 130.63º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECC4A is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 74 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.2 |
| HSL | 130.63º | 0.63% | 0.49% | - |
| HSV(B) | 130.63º | 0.77% | 0.8% | - |
| XYZ | 23.96 | 44.26 | 13.76 | - |
| YUV | 141.94 | 89.65 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 74 | 0.77 | 0 | 0.64 | 0.2 | 130.63 | 0.63 | 0.49 |
| Hex | 2E | CC | 4A | 4D | 0 | 40 | 14 | 83 | 3F | 31 |
| Octal | 56 | 314 | 112 | 115 | 0 | 100 | 24 | 203 | 77 | 61 |
| Binary | 101110 | 11001100 | 1001010 | 1001101 | 0 | 1000000 | 10100 | 10000011 | 111111 | 110001 |
Color Harmonies of #2ECC4A
Complementary color
Monochromatic Colors of #2ECC4A
Black with #2ECC4A
Text Example
Text Example
White with #2ECC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC4A; }
p { color: rgb(46,204,74); }
H1.HeaderClassName
{
color: #2ECC4A;
}
.AnyTagClassName
{
color: #2ECC4A;
}
</style>
background-color css
<style>
a { background-color: #2ECC4A; }
a { background-color: rgb(46,204,74); }
div.DivClassName
{
background-color: #2ECC4A;
}
.BgClassName
{
background-color: #2ECC4A;
}
</style>
border-color css
<style>
span { border-color: #2ECC4A; }
span { border-color: rgb(46,204,74); }
td.TdClassName
{
border-color: #2ECC4A;
}
.TagClassName
{
border-color: #2ECC4A;
}
</style>