Shades of Lime Green #2ED750
Tints of Lime Green #2ED750
RGB
CMYK
RGB Variations
Color information
#2ED750 (or 0x2ED750) is known color: Lime Green. HEX triplet: 2E, D7 and 50. RGB value is (46,215,80). Sum of RGB (Red+Green+Blue) = 46+215+80=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED750 is #D128AF. Grayscale: #959595. Windows color (decimal): -13707440 or 5297966. OLE color: 5297966.
HSL color Cylindrical-coordinate representation of color #2ED750: hue angle of 132.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 #2ED750 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 80 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.16 |
| HSL | 132.07º | 0.68% | 0.51% | - |
| HSV(B) | 132.07º | 0.79% | 0.84% | - |
| XYZ | 26.88 | 49.76 | 15.78 | - |
| YUV | 149.08 | 89.01 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 80 | 0.79 | 0 | 0.63 | 0.16 | 132.07 | 0.68 | 0.51 |
| Hex | 2E | D7 | 50 | 4F | 0 | 3F | 10 | 84 | 44 | 33 |
| Octal | 56 | 327 | 120 | 117 | 0 | 77 | 20 | 204 | 104 | 63 |
| Binary | 101110 | 11010111 | 1010000 | 1001111 | 0 | 111111 | 10000 | 10000100 | 1000100 | 110011 |
Color Harmonies of #2ED750
Complementary color
Monochromatic Colors of #2ED750
Black with #2ED750
Text Example
Text Example
White with #2ED750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED750; }
p { color: rgb(46,215,80); }
H1.HeaderClassName
{
color: #2ED750;
}
.AnyTagClassName
{
color: #2ED750;
}
</style>
background-color css
<style>
a { background-color: #2ED750; }
a { background-color: rgb(46,215,80); }
div.DivClassName
{
background-color: #2ED750;
}
.BgClassName
{
background-color: #2ED750;
}
</style>
border-color css
<style>
span { border-color: #2ED750; }
span { border-color: rgb(46,215,80); }
td.TdClassName
{
border-color: #2ED750;
}
.TagClassName
{
border-color: #2ED750;
}
</style>