Shades of Lime Green #2ED64F
Tints of Lime Green #2ED64F
RGB
CMYK
RGB Variations
Color information
#2ED64F (or 0x2ED64F) is known color: Lime Green. HEX triplet: 2E, D6 and 4F. RGB value is (46,214,79). Sum of RGB (Red+Green+Blue) = 46+214+79=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED64F is #D129B0. Grayscale: #949494. Windows color (decimal): -13707697 or 5232174. OLE color: 5232174.
HSL color Cylindrical-coordinate representation of color #2ED64F: hue angle of 131.79º degrees, saturation: 0.67, 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 #2ED64F is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 79 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.16 |
| HSL | 131.79º | 0.67% | 0.51% | - |
| HSV(B) | 131.79º | 0.79% | 0.84% | - |
| XYZ | 26.58 | 49.24 | 15.5 | - |
| YUV | 148.38 | 88.84 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 79 | 0.79 | 0 | 0.63 | 0.16 | 131.79 | 0.67 | 0.51 |
| Hex | 2E | D6 | 4F | 4F | 0 | 3F | 10 | 84 | 43 | 33 |
| Octal | 56 | 326 | 117 | 117 | 0 | 77 | 20 | 204 | 103 | 63 |
| Binary | 101110 | 11010110 | 1001111 | 1001111 | 0 | 111111 | 10000 | 10000100 | 1000011 | 110011 |
Color Harmonies of #2ED64F
Complementary color
Monochromatic Colors of #2ED64F
Black with #2ED64F
Text Example
Text Example
White with #2ED64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED64F; }
p { color: rgb(46,214,79); }
H1.HeaderClassName
{
color: #2ED64F;
}
.AnyTagClassName
{
color: #2ED64F;
}
</style>
background-color css
<style>
a { background-color: #2ED64F; }
a { background-color: rgb(46,214,79); }
div.DivClassName
{
background-color: #2ED64F;
}
.BgClassName
{
background-color: #2ED64F;
}
</style>
border-color css
<style>
span { border-color: #2ED64F; }
span { border-color: rgb(46,214,79); }
td.TdClassName
{
border-color: #2ED64F;
}
.TagClassName
{
border-color: #2ED64F;
}
</style>