Shades of Lime Green #2ED74F
Tints of Lime Green #2ED74F
RGB
CMYK
RGB Variations
Color information
#2ED74F (or 0x2ED74F) is known color: Lime Green. HEX triplet: 2E, D7 and 4F. RGB value is (46,215,79). Sum of RGB (Red+Green+Blue) = 46+215+79=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 215 (84.38% from 255 or 63.24% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED74F is #D128B0. Grayscale: #959595. Windows color (decimal): -13707441 or 5232430. OLE color: 5232430.
HSL color Cylindrical-coordinate representation of color #2ED74F: hue angle of 131.72º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED74F is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 79 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.16 |
| HSL | 131.72º | 0.68% | 0.51% | - |
| HSV(B) | 131.72º | 0.79% | 0.84% | - |
| XYZ | 26.84 | 49.75 | 15.58 | - |
| YUV | 148.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 79 | 0.79 | 0 | 0.63 | 0.16 | 131.72 | 0.68 | 0.51 |
| Hex | 2E | D7 | 4F | 4F | 0 | 3F | 10 | 84 | 44 | 33 |
| Octal | 56 | 327 | 117 | 117 | 0 | 77 | 20 | 204 | 104 | 63 |
| Binary | 101110 | 11010111 | 1001111 | 1001111 | 0 | 111111 | 10000 | 10000100 | 1000100 | 110011 |
Color Harmonies of #2ED74F
Complementary color
Monochromatic Colors of #2ED74F
Black with #2ED74F
Text Example
Text Example
White with #2ED74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED74F; }
p { color: rgb(46,215,79); }
H1.HeaderClassName
{
color: #2ED74F;
}
.AnyTagClassName
{
color: #2ED74F;
}
</style>
background-color css
<style>
a { background-color: #2ED74F; }
a { background-color: rgb(46,215,79); }
div.DivClassName
{
background-color: #2ED74F;
}
.BgClassName
{
background-color: #2ED74F;
}
</style>
border-color css
<style>
span { border-color: #2ED74F; }
span { border-color: rgb(46,215,79); }
td.TdClassName
{
border-color: #2ED74F;
}
.TagClassName
{
border-color: #2ED74F;
}
</style>