Shades of Lime Green #2EB849
Tints of Lime Green #2EB849
RGB
CMYK
RGB Variations
Color information
#2EB849 (or 0x2EB849) is known color: Lime Green. HEX triplet: 2E, B8 and 49. RGB value is (46,184,73). Sum of RGB (Red+Green+Blue) = 46+184+73=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB849 is #D147B6. Grayscale: #828282. Windows color (decimal): -13715383 or 4831278. OLE color: 4831278.
HSL color Cylindrical-coordinate representation of color #2EB849: hue angle of 131.74º 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 #2EB849 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 73 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.28 |
| HSL | 131.74º | 0.6% | 0.45% | - |
| HSV(B) | 131.74º | 0.75% | 0.72% | - |
| XYZ | 19.47 | 35.34 | 12.1 | - |
| YUV | 130.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 73 | 0.75 | 0 | 0.60 | 0.28 | 131.74 | 0.6 | 0.45 |
| Hex | 2E | B8 | 49 | 4B | 0 | 3C | 1C | 84 | 3C | 2D |
| Octal | 56 | 270 | 111 | 113 | 0 | 74 | 34 | 204 | 74 | 55 |
| Binary | 101110 | 10111000 | 1001001 | 1001011 | 0 | 111100 | 11100 | 10000100 | 111100 | 101101 |
Color Harmonies of #2EB849
Complementary color
Monochromatic Colors of #2EB849
Black with #2EB849
Text Example
Text Example
White with #2EB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB849; }
p { color: rgb(46,184,73); }
H1.HeaderClassName
{
color: #2EB849;
}
.AnyTagClassName
{
color: #2EB849;
}
</style>
background-color css
<style>
a { background-color: #2EB849; }
a { background-color: rgb(46,184,73); }
div.DivClassName
{
background-color: #2EB849;
}
.BgClassName
{
background-color: #2EB849;
}
</style>
border-color css
<style>
span { border-color: #2EB849; }
span { border-color: rgb(46,184,73); }
td.TdClassName
{
border-color: #2EB849;
}
.TagClassName
{
border-color: #2EB849;
}
</style>