Shades of Lime Green #2ED726
Tints of Lime Green #2ED726
RGB
CMYK
RGB Variations
Color information
#2ED726 (or 0x2ED726) is known color: Lime Green. HEX triplet: 2E, D7 and 26. RGB value is (46,215,38). Sum of RGB (Red+Green+Blue) = 46+215+38=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 215 (84.38% from 255 or 71.91% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED726 is #D128D9. Grayscale: #909090. Windows color (decimal): -13707482 or 2545454. OLE color: 2545454.
HSL color Cylindrical-coordinate representation of color #2ED726: hue angle of 117.29º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ED726 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 38 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.16 |
| HSL | 117.29º | 0.7% | 0.5% | - |
| HSV(B) | 117.29º | 0.82% | 0.84% | - |
| XYZ | 25.78 | 49.32 | 10 | - |
| YUV | 144.29 | 68.01 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 38 | 0.79 | 0 | 0.82 | 0.16 | 117.29 | 0.7 | 0.5 |
| Hex | 2E | D7 | 26 | 4F | 0 | 52 | 10 | 75 | 46 | 32 |
| Octal | 56 | 327 | 46 | 117 | 0 | 122 | 20 | 165 | 106 | 62 |
| Binary | 101110 | 11010111 | 100110 | 1001111 | 0 | 1010010 | 10000 | 1110101 | 1000110 | 110010 |
Color Harmonies of #2ED726
Complementary color
Monochromatic Colors of #2ED726
Black with #2ED726
Text Example
Text Example
White with #2ED726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED726; }
p { color: rgb(46,215,38); }
H1.HeaderClassName
{
color: #2ED726;
}
.AnyTagClassName
{
color: #2ED726;
}
</style>
background-color css
<style>
a { background-color: #2ED726; }
a { background-color: rgb(46,215,38); }
div.DivClassName
{
background-color: #2ED726;
}
.BgClassName
{
background-color: #2ED726;
}
</style>
border-color css
<style>
span { border-color: #2ED726; }
span { border-color: rgb(46,215,38); }
td.TdClassName
{
border-color: #2ED726;
}
.TagClassName
{
border-color: #2ED726;
}
</style>