Shades of Jungle Green #2EBC80
Tints of Jungle Green #2EBC80
RGB
CMYK
RGB Variations
Color information
#2EBC80 (or 0x2EBC80) is known color: Jungle Green. HEX triplet: 2E, BC and 80. RGB value is (46,188,128). Sum of RGB (Red+Green+Blue) = 46+188+128=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC80 is #D1437F. Grayscale: #8A8A8A. Windows color (decimal): -13714304 or 8436782. OLE color: 8436782.
HSL color Cylindrical-coordinate representation of color #2EBC80: hue angle of 154.65º 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 #2EBC80 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 128 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.26 |
| HSL | 154.65º | 0.61% | 0.46% | - |
| HSV(B) | 154.65º | 0.76% | 0.74% | - |
| XYZ | 23.01 | 38.11 | 26.56 | - |
| YUV | 138.7 | 121.96 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 128 | 0.76 | 0 | 0.32 | 0.26 | 154.65 | 0.61 | 0.46 |
| Hex | 2E | BC | 80 | 4C | 0 | 20 | 1A | 9B | 3D | 2E |
| Octal | 56 | 274 | 200 | 114 | 0 | 40 | 32 | 233 | 75 | 56 |
| Binary | 101110 | 10111100 | 10000000 | 1001100 | 0 | 100000 | 11010 | 10011011 | 111101 | 101110 |
Color Harmonies of #2EBC80
Complementary color
Monochromatic Colors of #2EBC80
Black with #2EBC80
Text Example
Text Example
White with #2EBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC80; }
p { color: rgb(46,188,128); }
H1.HeaderClassName
{
color: #2EBC80;
}
.AnyTagClassName
{
color: #2EBC80;
}
</style>
background-color css
<style>
a { background-color: #2EBC80; }
a { background-color: rgb(46,188,128); }
div.DivClassName
{
background-color: #2EBC80;
}
.BgClassName
{
background-color: #2EBC80;
}
</style>
border-color css
<style>
span { border-color: #2EBC80; }
span { border-color: rgb(46,188,128); }
td.TdClassName
{
border-color: #2EBC80;
}
.TagClassName
{
border-color: #2EBC80;
}
</style>