Shades of Lime Green #2ED836
Tints of Lime Green #2ED836
RGB
CMYK
RGB Variations
Color information
#2ED836 (or 0x2ED836) is known color: Lime Green. HEX triplet: 2E, D8 and 36. RGB value is (46,216,54). Sum of RGB (Red+Green+Blue) = 46+216+54=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED836 is #D127C9. Grayscale: #939393. Windows color (decimal): -13707210 or 3594286. OLE color: 3594286.
HSL color Cylindrical-coordinate representation of color #2ED836: hue angle of 122.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED836 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 54 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.15 |
| HSL | 122.82º | 0.69% | 0.51% | - |
| HSV(B) | 122.82º | 0.79% | 0.85% | - |
| XYZ | 26.35 | 49.96 | 11.74 | - |
| YUV | 146.7 | 75.68 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 54 | 0.79 | 0 | 0.75 | 0.15 | 122.82 | 0.69 | 0.51 |
| Hex | 2E | D8 | 36 | 4F | 0 | 4B | F | 7B | 45 | 33 |
| Octal | 56 | 330 | 66 | 117 | 0 | 113 | 17 | 173 | 105 | 63 |
| Binary | 101110 | 11011000 | 110110 | 1001111 | 0 | 1001011 | 1111 | 1111011 | 1000101 | 110011 |
Color Harmonies of #2ED836
Complementary color
Monochromatic Colors of #2ED836
Black with #2ED836
Text Example
Text Example
White with #2ED836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED836; }
p { color: rgb(46,216,54); }
H1.HeaderClassName
{
color: #2ED836;
}
.AnyTagClassName
{
color: #2ED836;
}
</style>
background-color css
<style>
a { background-color: #2ED836; }
a { background-color: rgb(46,216,54); }
div.DivClassName
{
background-color: #2ED836;
}
.BgClassName
{
background-color: #2ED836;
}
</style>
border-color css
<style>
span { border-color: #2ED836; }
span { border-color: rgb(46,216,54); }
td.TdClassName
{
border-color: #2ED836;
}
.TagClassName
{
border-color: #2ED836;
}
</style>