Shades of Lime Green #2EC74E
Tints of Lime Green #2EC74E
RGB
CMYK
RGB Variations
Color information
#2EC74E (or 0x2EC74E) is known color: Lime Green. HEX triplet: 2E, C7 and 4E. RGB value is (46,199,78). Sum of RGB (Red+Green+Blue) = 46+199+78=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC74E is #D138B1. Grayscale: #8B8B8B. Windows color (decimal): -13711538 or 5162798. OLE color: 5162798.
HSL color Cylindrical-coordinate representation of color #2EC74E: hue angle of 132.55º 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 #2EC74E is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 78 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.22 |
| HSL | 132.55º | 0.62% | 0.48% | - |
| HSV(B) | 132.55º | 0.77% | 0.78% | - |
| XYZ | 22.93 | 41.98 | 14.1 | - |
| YUV | 139.46 | 93.31 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 78 | 0.77 | 0 | 0.61 | 0.22 | 132.55 | 0.62 | 0.48 |
| Hex | 2E | C7 | 4E | 4D | 0 | 3D | 16 | 85 | 3E | 30 |
| Octal | 56 | 307 | 116 | 115 | 0 | 75 | 26 | 205 | 76 | 60 |
| Binary | 101110 | 11000111 | 1001110 | 1001101 | 0 | 111101 | 10110 | 10000101 | 111110 | 110000 |
Color Harmonies of #2EC74E
Complementary color
Monochromatic Colors of #2EC74E
Black with #2EC74E
Text Example
Text Example
White with #2EC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC74E; }
p { color: rgb(46,199,78); }
H1.HeaderClassName
{
color: #2EC74E;
}
.AnyTagClassName
{
color: #2EC74E;
}
</style>
background-color css
<style>
a { background-color: #2EC74E; }
a { background-color: rgb(46,199,78); }
div.DivClassName
{
background-color: #2EC74E;
}
.BgClassName
{
background-color: #2EC74E;
}
</style>
border-color css
<style>
span { border-color: #2EC74E; }
span { border-color: rgb(46,199,78); }
td.TdClassName
{
border-color: #2EC74E;
}
.TagClassName
{
border-color: #2EC74E;
}
</style>