Shades of Lime Green #2EB748
Tints of Lime Green #2EB748
RGB
CMYK
RGB Variations
Color information
#2EB748 (or 0x2EB748) is known color: Lime Green. HEX triplet: 2E, B7 and 48. RGB value is (46,183,72). Sum of RGB (Red+Green+Blue) = 46+183+72=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB748 is #D148B7. Grayscale: #818181. Windows color (decimal): -13715640 or 4765486. OLE color: 4765486.
HSL color Cylindrical-coordinate representation of color #2EB748: hue angle of 131.39º 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 #2EB748 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 72 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.28 |
| HSL | 131.39º | 0.6% | 0.45% | - |
| HSV(B) | 131.39º | 0.75% | 0.72% | - |
| XYZ | 19.23 | 34.92 | 11.86 | - |
| YUV | 129.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 72 | 0.75 | 0 | 0.61 | 0.28 | 131.39 | 0.6 | 0.45 |
| Hex | 2E | B7 | 48 | 4B | 0 | 3D | 1C | 83 | 3C | 2D |
| Octal | 56 | 267 | 110 | 113 | 0 | 75 | 34 | 203 | 74 | 55 |
| Binary | 101110 | 10110111 | 1001000 | 1001011 | 0 | 111101 | 11100 | 10000011 | 111100 | 101101 |
Color Harmonies of #2EB748
Complementary color
Monochromatic Colors of #2EB748
Black with #2EB748
Text Example
Text Example
White with #2EB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB748; }
p { color: rgb(46,183,72); }
H1.HeaderClassName
{
color: #2EB748;
}
.AnyTagClassName
{
color: #2EB748;
}
</style>
background-color css
<style>
a { background-color: #2EB748; }
a { background-color: rgb(46,183,72); }
div.DivClassName
{
background-color: #2EB748;
}
.BgClassName
{
background-color: #2EB748;
}
</style>
border-color css
<style>
span { border-color: #2EB748; }
span { border-color: rgb(46,183,72); }
td.TdClassName
{
border-color: #2EB748;
}
.TagClassName
{
border-color: #2EB748;
}
</style>