Shades of Lime Green #2ED826
Tints of Lime Green #2ED826
RGB
CMYK
RGB Variations
Color information
#2ED826 (or 0x2ED826) is known color: Lime Green. HEX triplet: 2E, D8 and 26. RGB value is (46,216,38). Sum of RGB (Red+Green+Blue) = 46+216+38=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED826 is #D127D9. Grayscale: #919191. Windows color (decimal): -13707226 or 2545710. OLE color: 2545710.
HSL color Cylindrical-coordinate representation of color #2ED826: hue angle of 117.3º degrees, saturation: 0.7, 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 #2ED826 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 38 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.15 |
| HSL | 117.3º | 0.7% | 0.5% | - |
| HSV(B) | 117.3º | 0.82% | 0.85% | - |
| XYZ | 26.03 | 49.83 | 10.08 | - |
| YUV | 144.88 | 67.68 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 38 | 0.79 | 0 | 0.82 | 0.15 | 117.3 | 0.7 | 0.5 |
| Hex | 2E | D8 | 26 | 4F | 0 | 52 | F | 75 | 46 | 32 |
| Octal | 56 | 330 | 46 | 117 | 0 | 122 | 17 | 165 | 106 | 62 |
| Binary | 101110 | 11011000 | 100110 | 1001111 | 0 | 1010010 | 1111 | 1110101 | 1000110 | 110010 |
Color Harmonies of #2ED826
Complementary color
Monochromatic Colors of #2ED826
Black with #2ED826
Text Example
Text Example
White with #2ED826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED826; }
p { color: rgb(46,216,38); }
H1.HeaderClassName
{
color: #2ED826;
}
.AnyTagClassName
{
color: #2ED826;
}
</style>
background-color css
<style>
a { background-color: #2ED826; }
a { background-color: rgb(46,216,38); }
div.DivClassName
{
background-color: #2ED826;
}
.BgClassName
{
background-color: #2ED826;
}
</style>
border-color css
<style>
span { border-color: #2ED826; }
span { border-color: rgb(46,216,38); }
td.TdClassName
{
border-color: #2ED826;
}
.TagClassName
{
border-color: #2ED826;
}
</style>