Shades of Lime Green #2ED82C
Tints of Lime Green #2ED82C
RGB
CMYK
RGB Variations
Color information
#2ED82C (or 0x2ED82C) is known color: Lime Green. HEX triplet: 2E, D8 and 2C. RGB value is (46,216,44). Sum of RGB (Red+Green+Blue) = 46+216+44=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED82C is #D127D3. Grayscale: #929292. Windows color (decimal): -13707220 or 2938926. OLE color: 2938926.
HSL color Cylindrical-coordinate representation of color #2ED82C: hue angle of 119.3º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED82C is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 44 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.15 |
| HSL | 119.3º | 0.69% | 0.51% | - |
| HSV(B) | 119.3º | 0.8% | 0.85% | - |
| XYZ | 26.14 | 49.87 | 10.63 | - |
| YUV | 145.56 | 70.68 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 44 | 0.79 | 0 | 0.80 | 0.15 | 119.3 | 0.69 | 0.51 |
| Hex | 2E | D8 | 2C | 4F | 0 | 50 | F | 77 | 45 | 33 |
| Octal | 56 | 330 | 54 | 117 | 0 | 120 | 17 | 167 | 105 | 63 |
| Binary | 101110 | 11011000 | 101100 | 1001111 | 0 | 1010000 | 1111 | 1110111 | 1000101 | 110011 |
Color Harmonies of #2ED82C
Complementary color
Monochromatic Colors of #2ED82C
Black with #2ED82C
Text Example
Text Example
White with #2ED82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED82C; }
p { color: rgb(46,216,44); }
H1.HeaderClassName
{
color: #2ED82C;
}
.AnyTagClassName
{
color: #2ED82C;
}
</style>
background-color css
<style>
a { background-color: #2ED82C; }
a { background-color: rgb(46,216,44); }
div.DivClassName
{
background-color: #2ED82C;
}
.BgClassName
{
background-color: #2ED82C;
}
</style>
border-color css
<style>
span { border-color: #2ED82C; }
span { border-color: rgb(46,216,44); }
td.TdClassName
{
border-color: #2ED82C;
}
.TagClassName
{
border-color: #2ED82C;
}
</style>