Shades of Lime Green #2ED616
Tints of Lime Green #2ED616
RGB
CMYK
RGB Variations
Color information
#2ED616 (or 0x2ED616) is known color: Lime Green. HEX triplet: 2E, D6 and 16. RGB value is (46,214,22). Sum of RGB (Red+Green+Blue) = 46+214+22=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED616 is #D129E9. Grayscale: #8E8E8E. Windows color (decimal): -13707754 or 1496622. OLE color: 1496622.
HSL color Cylindrical-coordinate representation of color #2ED616: hue angle of 112.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ED616 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 22 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.16 |
| HSL | 112.5º | 0.81% | 0.46% | - |
| HSV(B) | 112.5º | 0.9% | 0.84% | - |
| XYZ | 25.32 | 48.73 | 8.83 | - |
| YUV | 141.88 | 60.34 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 22 | 0.79 | 0 | 0.90 | 0.16 | 112.5 | 0.81 | 0.46 |
| Hex | 2E | D6 | 16 | 4F | 0 | 5A | 10 | 70 | 51 | 2E |
| Octal | 56 | 326 | 26 | 117 | 0 | 132 | 20 | 160 | 121 | 56 |
| Binary | 101110 | 11010110 | 10110 | 1001111 | 0 | 1011010 | 10000 | 1110000 | 1010001 | 101110 |
Color Harmonies of #2ED616
Complementary color
Monochromatic Colors of #2ED616
Black with #2ED616
Text Example
Text Example
White with #2ED616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED616; }
p { color: rgb(46,214,22); }
H1.HeaderClassName
{
color: #2ED616;
}
.AnyTagClassName
{
color: #2ED616;
}
</style>
background-color css
<style>
a { background-color: #2ED616; }
a { background-color: rgb(46,214,22); }
div.DivClassName
{
background-color: #2ED616;
}
.BgClassName
{
background-color: #2ED616;
}
</style>
border-color css
<style>
span { border-color: #2ED616; }
span { border-color: rgb(46,214,22); }
td.TdClassName
{
border-color: #2ED616;
}
.TagClassName
{
border-color: #2ED616;
}
</style>