Shades of Lime Green #2ED731
Tints of Lime Green #2ED731
RGB
CMYK
RGB Variations
Color information
#2ED731 (or 0x2ED731) is known color: Lime Green. HEX triplet: 2E, D7 and 31. RGB value is (46,215,49). Sum of RGB (Red+Green+Blue) = 46+215+49=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 215 (84.38% from 255 or 69.35% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED731 is #D128CE. Grayscale: #929292. Windows color (decimal): -13707471 or 3266350. OLE color: 3266350.
HSL color Cylindrical-coordinate representation of color #2ED731: hue angle of 121.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED731 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 49 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.16 |
| HSL | 121.07º | 0.68% | 0.51% | - |
| HSV(B) | 121.07º | 0.79% | 0.84% | - |
| XYZ | 25.98 | 49.4 | 11.07 | - |
| YUV | 145.55 | 73.51 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 49 | 0.79 | 0 | 0.77 | 0.16 | 121.07 | 0.68 | 0.51 |
| Hex | 2E | D7 | 31 | 4F | 0 | 4D | 10 | 79 | 44 | 33 |
| Octal | 56 | 327 | 61 | 117 | 0 | 115 | 20 | 171 | 104 | 63 |
| Binary | 101110 | 11010111 | 110001 | 1001111 | 0 | 1001101 | 10000 | 1111001 | 1000100 | 110011 |
Color Harmonies of #2ED731
Complementary color
Monochromatic Colors of #2ED731
Black with #2ED731
Text Example
Text Example
White with #2ED731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED731; }
p { color: rgb(46,215,49); }
H1.HeaderClassName
{
color: #2ED731;
}
.AnyTagClassName
{
color: #2ED731;
}
</style>
background-color css
<style>
a { background-color: #2ED731; }
a { background-color: rgb(46,215,49); }
div.DivClassName
{
background-color: #2ED731;
}
.BgClassName
{
background-color: #2ED731;
}
</style>
border-color css
<style>
span { border-color: #2ED731; }
span { border-color: rgb(46,215,49); }
td.TdClassName
{
border-color: #2ED731;
}
.TagClassName
{
border-color: #2ED731;
}
</style>