Shades of Lime Green #2EDD10
Tints of Lime Green #2EDD10
RGB
CMYK
RGB Variations
Color information
#2EDD10 (or 0x2EDD10) is known color: Lime Green. HEX triplet: 2E, DD and 10. RGB value is (46,221,16). Sum of RGB (Red+Green+Blue) = 46+221+16=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDD10 is #D122EF. Grayscale: #919191. Windows color (decimal): -13705968 or 1105198. OLE color: 1105198.
HSL color Cylindrical-coordinate representation of color #2EDD10: hue angle of 111.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EDD10 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 16 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.13 |
| HSL | 111.22º | 0.86% | 0.46% | - |
| HSV(B) | 111.22º | 0.93% | 0.87% | - |
| XYZ | 27.08 | 52.33 | 9.16 | - |
| YUV | 145.31 | 55.02 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 16 | 0.79 | 0 | 0.93 | 0.13 | 111.22 | 0.86 | 0.46 |
| Hex | 2E | DD | 10 | 4F | 0 | 5D | D | 6F | 56 | 2E |
| Octal | 56 | 335 | 20 | 117 | 0 | 135 | 15 | 157 | 126 | 56 |
| Binary | 101110 | 11011101 | 10000 | 1001111 | 0 | 1011101 | 1101 | 1101111 | 1010110 | 101110 |
Color Harmonies of #2EDD10
Complementary color
Monochromatic Colors of #2EDD10
Black with #2EDD10
Text Example
Text Example
White with #2EDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD10; }
p { color: rgb(46,221,16); }
H1.HeaderClassName
{
color: #2EDD10;
}
.AnyTagClassName
{
color: #2EDD10;
}
</style>
background-color css
<style>
a { background-color: #2EDD10; }
a { background-color: rgb(46,221,16); }
div.DivClassName
{
background-color: #2EDD10;
}
.BgClassName
{
background-color: #2EDD10;
}
</style>
border-color css
<style>
span { border-color: #2EDD10; }
span { border-color: rgb(46,221,16); }
td.TdClassName
{
border-color: #2EDD10;
}
.TagClassName
{
border-color: #2EDD10;
}
</style>