Shades of Lime Green #2EBC49
Tints of Lime Green #2EBC49
RGB
CMYK
RGB Variations
Color information
#2EBC49 (or 0x2EBC49) is known color: Lime Green. HEX triplet: 2E, BC and 49. RGB value is (46,188,73). Sum of RGB (Red+Green+Blue) = 46+188+73=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC49 is #D143B6. Grayscale: #848484. Windows color (decimal): -13714359 or 4832302. OLE color: 4832302.
HSL color Cylindrical-coordinate representation of color #2EBC49: hue angle of 131.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC49 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 73 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.26 |
| HSL | 131.41º | 0.61% | 0.46% | - |
| HSV(B) | 131.41º | 0.76% | 0.74% | - |
| XYZ | 20.31 | 37.03 | 12.38 | - |
| YUV | 132.43 | 94.46 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 73 | 0.76 | 0 | 0.61 | 0.26 | 131.41 | 0.61 | 0.46 |
| Hex | 2E | BC | 49 | 4C | 0 | 3D | 1A | 83 | 3D | 2E |
| Octal | 56 | 274 | 111 | 114 | 0 | 75 | 32 | 203 | 75 | 56 |
| Binary | 101110 | 10111100 | 1001001 | 1001100 | 0 | 111101 | 11010 | 10000011 | 111101 | 101110 |
Color Harmonies of #2EBC49
Complementary color
Monochromatic Colors of #2EBC49
Black with #2EBC49
Text Example
Text Example
White with #2EBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC49; }
p { color: rgb(46,188,73); }
H1.HeaderClassName
{
color: #2EBC49;
}
.AnyTagClassName
{
color: #2EBC49;
}
</style>
background-color css
<style>
a { background-color: #2EBC49; }
a { background-color: rgb(46,188,73); }
div.DivClassName
{
background-color: #2EBC49;
}
.BgClassName
{
background-color: #2EBC49;
}
</style>
border-color css
<style>
span { border-color: #2EBC49; }
span { border-color: rgb(46,188,73); }
td.TdClassName
{
border-color: #2EBC49;
}
.TagClassName
{
border-color: #2EBC49;
}
</style>