Shades of Lime Green #2EBC47
Tints of Lime Green #2EBC47
RGB
CMYK
RGB Variations
Color information
#2EBC47 (or 0x2EBC47) is known color: Lime Green. HEX triplet: 2E, BC and 47. RGB value is (46,188,71). Sum of RGB (Red+Green+Blue) = 46+188+71=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC47 is #D143B8. Grayscale: #848484. Windows color (decimal): -13714361 or 4701230. OLE color: 4701230.
HSL color Cylindrical-coordinate representation of color #2EBC47: hue angle of 130.56º 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 #2EBC47 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 71 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.26 |
| HSL | 130.56º | 0.61% | 0.46% | - |
| HSV(B) | 130.56º | 0.76% | 0.74% | - |
| XYZ | 20.25 | 37 | 12.04 | - |
| YUV | 132.2 | 93.46 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 71 | 0.76 | 0 | 0.62 | 0.26 | 130.56 | 0.61 | 0.46 |
| Hex | 2E | BC | 47 | 4C | 0 | 3E | 1A | 83 | 3D | 2E |
| Octal | 56 | 274 | 107 | 114 | 0 | 76 | 32 | 203 | 75 | 56 |
| Binary | 101110 | 10111100 | 1000111 | 1001100 | 0 | 111110 | 11010 | 10000011 | 111101 | 101110 |
Color Harmonies of #2EBC47
Complementary color
Monochromatic Colors of #2EBC47
Black with #2EBC47
Text Example
Text Example
White with #2EBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC47; }
p { color: rgb(46,188,71); }
H1.HeaderClassName
{
color: #2EBC47;
}
.AnyTagClassName
{
color: #2EBC47;
}
</style>
background-color css
<style>
a { background-color: #2EBC47; }
a { background-color: rgb(46,188,71); }
div.DivClassName
{
background-color: #2EBC47;
}
.BgClassName
{
background-color: #2EBC47;
}
</style>
border-color css
<style>
span { border-color: #2EBC47; }
span { border-color: rgb(46,188,71); }
td.TdClassName
{
border-color: #2EBC47;
}
.TagClassName
{
border-color: #2EBC47;
}
</style>