Shades of Lime Green #2ED610
Tints of Lime Green #2ED610
RGB
CMYK
RGB Variations
Color information
#2ED610 (or 0x2ED610) is known color: Lime Green. HEX triplet: 2E, D6 and 10. RGB value is (46,214,16). Sum of RGB (Red+Green+Blue) = 46+214+16=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 214 (83.98% from 255 or 77.54% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED610 is #D129EF. Grayscale: #8D8D8D. Windows color (decimal): -13707760 or 1103406. OLE color: 1103406.
HSL color Cylindrical-coordinate representation of color #2ED610: hue angle of 110.91º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ED610 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 16 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.16 |
| HSL | 110.91º | 0.86% | 0.45% | - |
| HSV(B) | 110.91º | 0.93% | 0.84% | - |
| XYZ | 25.27 | 48.71 | 8.56 | - |
| YUV | 141.2 | 57.34 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 16 | 0.79 | 0 | 0.93 | 0.16 | 110.91 | 0.86 | 0.45 |
| Hex | 2E | D6 | 10 | 4F | 0 | 5D | 10 | 6F | 56 | 2D |
| Octal | 56 | 326 | 20 | 117 | 0 | 135 | 20 | 157 | 126 | 55 |
| Binary | 101110 | 11010110 | 10000 | 1001111 | 0 | 1011101 | 10000 | 1101111 | 1010110 | 101101 |
Color Harmonies of #2ED610
Complementary color
Monochromatic Colors of #2ED610
Black with #2ED610
Text Example
Text Example
White with #2ED610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED610; }
p { color: rgb(46,214,16); }
H1.HeaderClassName
{
color: #2ED610;
}
.AnyTagClassName
{
color: #2ED610;
}
</style>
background-color css
<style>
a { background-color: #2ED610; }
a { background-color: rgb(46,214,16); }
div.DivClassName
{
background-color: #2ED610;
}
.BgClassName
{
background-color: #2ED610;
}
</style>
border-color css
<style>
span { border-color: #2ED610; }
span { border-color: rgb(46,214,16); }
td.TdClassName
{
border-color: #2ED610;
}
.TagClassName
{
border-color: #2ED610;
}
</style>