Shades of Lime Green #2EC74F
Tints of Lime Green #2EC74F
RGB
CMYK
RGB Variations
Color information
#2EC74F (or 0x2EC74F) is known color: Lime Green. HEX triplet: 2E, C7 and 4F. RGB value is (46,199,79). Sum of RGB (Red+Green+Blue) = 46+199+79=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC74F is #D138B0. Grayscale: #8B8B8B. Windows color (decimal): -13711537 or 5228334. OLE color: 5228334.
HSL color Cylindrical-coordinate representation of color #2EC74F: hue angle of 132.94º 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 #2EC74F is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 79 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.22 |
| HSL | 132.94º | 0.62% | 0.48% | - |
| HSV(B) | 132.94º | 0.77% | 0.78% | - |
| XYZ | 22.96 | 41.99 | 14.29 | - |
| YUV | 139.57 | 93.81 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 79 | 0.77 | 0 | 0.60 | 0.22 | 132.94 | 0.62 | 0.48 |
| Hex | 2E | C7 | 4F | 4D | 0 | 3C | 16 | 85 | 3E | 30 |
| Octal | 56 | 307 | 117 | 115 | 0 | 74 | 26 | 205 | 76 | 60 |
| Binary | 101110 | 11000111 | 1001111 | 1001101 | 0 | 111100 | 10110 | 10000101 | 111110 | 110000 |
Color Harmonies of #2EC74F
Complementary color
Monochromatic Colors of #2EC74F
Black with #2EC74F
Text Example
Text Example
White with #2EC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC74F; }
p { color: rgb(46,199,79); }
H1.HeaderClassName
{
color: #2EC74F;
}
.AnyTagClassName
{
color: #2EC74F;
}
</style>
background-color css
<style>
a { background-color: #2EC74F; }
a { background-color: rgb(46,199,79); }
div.DivClassName
{
background-color: #2EC74F;
}
.BgClassName
{
background-color: #2EC74F;
}
</style>
border-color css
<style>
span { border-color: #2EC74F; }
span { border-color: rgb(46,199,79); }
td.TdClassName
{
border-color: #2EC74F;
}
.TagClassName
{
border-color: #2EC74F;
}
</style>