Shades of Lime Green #2EB740
Tints of Lime Green #2EB740
RGB
CMYK
RGB Variations
Color information
#2EB740 (or 0x2EB740) is known color: Lime Green. HEX triplet: 2E, B7 and 40. RGB value is (46,183,64). Sum of RGB (Red+Green+Blue) = 46+183+64=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB740 is #D148BF. Grayscale: #808080. Windows color (decimal): -13715648 or 4241198. OLE color: 4241198.
HSL color Cylindrical-coordinate representation of color #2EB740: hue angle of 127.88º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB740 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 64 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.28 |
| HSL | 127.88º | 0.6% | 0.45% | - |
| HSV(B) | 127.88º | 0.75% | 0.72% | - |
| XYZ | 18.99 | 34.82 | 10.57 | - |
| YUV | 128.47 | 91.61 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 64 | 0.75 | 0 | 0.65 | 0.28 | 127.88 | 0.6 | 0.45 |
| Hex | 2E | B7 | 40 | 4B | 0 | 41 | 1C | 80 | 3C | 2D |
| Octal | 56 | 267 | 100 | 113 | 0 | 101 | 34 | 200 | 74 | 55 |
| Binary | 101110 | 10110111 | 1000000 | 1001011 | 0 | 1000001 | 11100 | 10000000 | 111100 | 101101 |
Color Harmonies of #2EB740
Complementary color
Monochromatic Colors of #2EB740
Black with #2EB740
Text Example
Text Example
White with #2EB740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB740; }
p { color: rgb(46,183,64); }
H1.HeaderClassName
{
color: #2EB740;
}
.AnyTagClassName
{
color: #2EB740;
}
</style>
background-color css
<style>
a { background-color: #2EB740; }
a { background-color: rgb(46,183,64); }
div.DivClassName
{
background-color: #2EB740;
}
.BgClassName
{
background-color: #2EB740;
}
</style>
border-color css
<style>
span { border-color: #2EB740; }
span { border-color: rgb(46,183,64); }
td.TdClassName
{
border-color: #2EB740;
}
.TagClassName
{
border-color: #2EB740;
}
</style>