Shades of Lime Green #2ED510
Tints of Lime Green #2ED510
RGB
CMYK
RGB Variations
Color information
#2ED510 (or 0x2ED510) is known color: Lime Green. HEX triplet: 2E, D5 and 10. RGB value is (46,213,16). Sum of RGB (Red+Green+Blue) = 46+213+16=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED510 is #D12AEF. Grayscale: #8D8D8D. Windows color (decimal): -13708016 or 1103150. OLE color: 1103150.
HSL color Cylindrical-coordinate representation of color #2ED510: hue angle of 110.86º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ED510 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 16 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.16 |
| HSL | 110.86º | 0.86% | 0.45% | - |
| HSV(B) | 110.86º | 0.92% | 0.84% | - |
| XYZ | 25.01 | 48.21 | 8.48 | - |
| YUV | 140.61 | 57.67 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 16 | 0.78 | 0 | 0.92 | 0.16 | 110.86 | 0.86 | 0.45 |
| Hex | 2E | D5 | 10 | 4E | 0 | 5C | 10 | 6F | 56 | 2D |
| Octal | 56 | 325 | 20 | 116 | 0 | 134 | 20 | 157 | 126 | 55 |
| Binary | 101110 | 11010101 | 10000 | 1001110 | 0 | 1011100 | 10000 | 1101111 | 1010110 | 101101 |
Color Harmonies of #2ED510
Complementary color
Monochromatic Colors of #2ED510
Black with #2ED510
Text Example
Text Example
White with #2ED510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED510; }
p { color: rgb(46,213,16); }
H1.HeaderClassName
{
color: #2ED510;
}
.AnyTagClassName
{
color: #2ED510;
}
</style>
background-color css
<style>
a { background-color: #2ED510; }
a { background-color: rgb(46,213,16); }
div.DivClassName
{
background-color: #2ED510;
}
.BgClassName
{
background-color: #2ED510;
}
</style>
border-color css
<style>
span { border-color: #2ED510; }
span { border-color: rgb(46,213,16); }
td.TdClassName
{
border-color: #2ED510;
}
.TagClassName
{
border-color: #2ED510;
}
</style>