Shades of Lime Green #2ECA4C
Tints of Lime Green #2ECA4C
RGB
CMYK
RGB Variations
Color information
#2ECA4C (or 0x2ECA4C) is known color: Lime Green. HEX triplet: 2E, CA and 4C. RGB value is (46,202,76). Sum of RGB (Red+Green+Blue) = 46+202+76=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA4C is #D135B3. Grayscale: #8D8D8D. Windows color (decimal): -13710772 or 5032494. OLE color: 5032494.
HSL color Cylindrical-coordinate representation of color #2ECA4C: hue angle of 131.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA4C is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 76 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.21 |
| HSL | 131.54º | 0.63% | 0.49% | - |
| HSV(B) | 131.54º | 0.77% | 0.79% | - |
| XYZ | 23.55 | 43.34 | 13.96 | - |
| YUV | 140.99 | 91.32 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 76 | 0.77 | 0 | 0.62 | 0.21 | 131.54 | 0.63 | 0.49 |
| Hex | 2E | CA | 4C | 4D | 0 | 3E | 15 | 84 | 3F | 31 |
| Octal | 56 | 312 | 114 | 115 | 0 | 76 | 25 | 204 | 77 | 61 |
| Binary | 101110 | 11001010 | 1001100 | 1001101 | 0 | 111110 | 10101 | 10000100 | 111111 | 110001 |
Color Harmonies of #2ECA4C
Complementary color
Monochromatic Colors of #2ECA4C
Black with #2ECA4C
Text Example
Text Example
White with #2ECA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA4C; }
p { color: rgb(46,202,76); }
H1.HeaderClassName
{
color: #2ECA4C;
}
.AnyTagClassName
{
color: #2ECA4C;
}
</style>
background-color css
<style>
a { background-color: #2ECA4C; }
a { background-color: rgb(46,202,76); }
div.DivClassName
{
background-color: #2ECA4C;
}
.BgClassName
{
background-color: #2ECA4C;
}
</style>
border-color css
<style>
span { border-color: #2ECA4C; }
span { border-color: rgb(46,202,76); }
td.TdClassName
{
border-color: #2ECA4C;
}
.TagClassName
{
border-color: #2ECA4C;
}
</style>