Shades of Lime Green #2ED64E
Tints of Lime Green #2ED64E
RGB
CMYK
RGB Variations
Color information
#2ED64E (or 0x2ED64E) is known color: Lime Green. HEX triplet: 2E, D6 and 4E. RGB value is (46,214,78). Sum of RGB (Red+Green+Blue) = 46+214+78=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED64E is #D129B1. Grayscale: #949494. Windows color (decimal): -13707698 or 5166638. OLE color: 5166638.
HSL color Cylindrical-coordinate representation of color #2ED64E: hue angle of 131.43º 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 #2ED64E is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 78 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.16 |
| HSL | 131.43º | 0.67% | 0.51% | - |
| HSV(B) | 131.43º | 0.79% | 0.84% | - |
| XYZ | 26.55 | 49.22 | 15.31 | - |
| YUV | 148.26 | 88.34 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 78 | 0.79 | 0 | 0.64 | 0.16 | 131.43 | 0.67 | 0.51 |
| Hex | 2E | D6 | 4E | 4F | 0 | 40 | 10 | 83 | 43 | 33 |
| Octal | 56 | 326 | 116 | 117 | 0 | 100 | 20 | 203 | 103 | 63 |
| Binary | 101110 | 11010110 | 1001110 | 1001111 | 0 | 1000000 | 10000 | 10000011 | 1000011 | 110011 |
Color Harmonies of #2ED64E
Complementary color
Monochromatic Colors of #2ED64E
Black with #2ED64E
Text Example
Text Example
White with #2ED64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED64E; }
p { color: rgb(46,214,78); }
H1.HeaderClassName
{
color: #2ED64E;
}
.AnyTagClassName
{
color: #2ED64E;
}
</style>
background-color css
<style>
a { background-color: #2ED64E; }
a { background-color: rgb(46,214,78); }
div.DivClassName
{
background-color: #2ED64E;
}
.BgClassName
{
background-color: #2ED64E;
}
</style>
border-color css
<style>
span { border-color: #2ED64E; }
span { border-color: rgb(46,214,78); }
td.TdClassName
{
border-color: #2ED64E;
}
.TagClassName
{
border-color: #2ED64E;
}
</style>