Shades of Lime Green #2ED827
Tints of Lime Green #2ED827
RGB
CMYK
RGB Variations
Color information
#2ED827 (or 0x2ED827) is known color: Lime Green. HEX triplet: 2E, D8 and 27. RGB value is (46,216,39). Sum of RGB (Red+Green+Blue) = 46+216+39=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED827 is #D127D8. Grayscale: #919191. Windows color (decimal): -13707225 or 2611246. OLE color: 2611246.
HSL color Cylindrical-coordinate representation of color #2ED827: hue angle of 117.63º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ED827 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 39 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.15 |
| HSL | 117.63º | 0.69% | 0.5% | - |
| HSV(B) | 117.63º | 0.82% | 0.85% | - |
| XYZ | 26.05 | 49.84 | 10.17 | - |
| YUV | 144.99 | 68.18 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 39 | 0.79 | 0 | 0.82 | 0.15 | 117.63 | 0.69 | 0.5 |
| Hex | 2E | D8 | 27 | 4F | 0 | 52 | F | 76 | 45 | 32 |
| Octal | 56 | 330 | 47 | 117 | 0 | 122 | 17 | 166 | 105 | 62 |
| Binary | 101110 | 11011000 | 100111 | 1001111 | 0 | 1010010 | 1111 | 1110110 | 1000101 | 110010 |
Color Harmonies of #2ED827
Complementary color
Monochromatic Colors of #2ED827
Black with #2ED827
Text Example
Text Example
White with #2ED827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED827; }
p { color: rgb(46,216,39); }
H1.HeaderClassName
{
color: #2ED827;
}
.AnyTagClassName
{
color: #2ED827;
}
</style>
background-color css
<style>
a { background-color: #2ED827; }
a { background-color: rgb(46,216,39); }
div.DivClassName
{
background-color: #2ED827;
}
.BgClassName
{
background-color: #2ED827;
}
</style>
border-color css
<style>
span { border-color: #2ED827; }
span { border-color: rgb(46,216,39); }
td.TdClassName
{
border-color: #2ED827;
}
.TagClassName
{
border-color: #2ED827;
}
</style>