Shades of Lime Green #2EC654
Tints of Lime Green #2EC654
RGB
CMYK
RGB Variations
Color information
#2EC654 (or 0x2EC654) is known color: Lime Green. HEX triplet: 2E, C6 and 54. RGB value is (46,198,84). Sum of RGB (Red+Green+Blue) = 46+198+84=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 198 (77.73% from 255 or 60.37% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC654 is #D139AB. Grayscale: #8B8B8B. Windows color (decimal): -13711788 or 5555758. OLE color: 5555758.
HSL color Cylindrical-coordinate representation of color #2EC654: hue angle of 135º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC654 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 84 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.22 |
| HSL | 135º | 0.62% | 0.48% | - |
| HSV(B) | 135º | 0.77% | 0.78% | - |
| XYZ | 22.92 | 41.61 | 15.21 | - |
| YUV | 139.56 | 96.64 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 84 | 0.77 | 0 | 0.58 | 0.22 | 135 | 0.62 | 0.48 |
| Hex | 2E | C6 | 54 | 4D | 0 | 3A | 16 | 87 | 3E | 30 |
| Octal | 56 | 306 | 124 | 115 | 0 | 72 | 26 | 207 | 76 | 60 |
| Binary | 101110 | 11000110 | 1010100 | 1001101 | 0 | 111010 | 10110 | 10000111 | 111110 | 110000 |
Color Harmonies of #2EC654
Complementary color
Monochromatic Colors of #2EC654
Black with #2EC654
Text Example
Text Example
White with #2EC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC654; }
p { color: rgb(46,198,84); }
H1.HeaderClassName
{
color: #2EC654;
}
.AnyTagClassName
{
color: #2EC654;
}
</style>
background-color css
<style>
a { background-color: #2EC654; }
a { background-color: rgb(46,198,84); }
div.DivClassName
{
background-color: #2EC654;
}
.BgClassName
{
background-color: #2EC654;
}
</style>
border-color css
<style>
span { border-color: #2EC654; }
span { border-color: rgb(46,198,84); }
td.TdClassName
{
border-color: #2EC654;
}
.TagClassName
{
border-color: #2EC654;
}
</style>