Shades of Jungle Green #2EB87E
Tints of Jungle Green #2EB87E
RGB
CMYK
RGB Variations
Color information
#2EB87E (or 0x2EB87E) is known color: Jungle Green. HEX triplet: 2E, B8 and 7E. RGB value is (46,184,126). Sum of RGB (Red+Green+Blue) = 46+184+126=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB87E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB87E is #D14781. Grayscale: #888888. Windows color (decimal): -13715330 or 8304686. OLE color: 8304686.
HSL color Cylindrical-coordinate representation of color #2EB87E: hue angle of 154.78º 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 #2EB87E is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 126 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.28 |
| HSL | 154.78º | 0.6% | 0.45% | - |
| HSV(B) | 154.78º | 0.75% | 0.72% | - |
| XYZ | 22.03 | 36.37 | 25.6 | - |
| YUV | 136.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 126 | 0.75 | 0 | 0.32 | 0.28 | 154.78 | 0.6 | 0.45 |
| Hex | 2E | B8 | 7E | 4B | 0 | 20 | 1C | 9B | 3C | 2D |
| Octal | 56 | 270 | 176 | 113 | 0 | 40 | 34 | 233 | 74 | 55 |
| Binary | 101110 | 10111000 | 1111110 | 1001011 | 0 | 100000 | 11100 | 10011011 | 111100 | 101101 |
Color Harmonies of #2EB87E
Complementary color
Monochromatic Colors of #2EB87E
Black with #2EB87E
Text Example
Text Example
White with #2EB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB87E; }
p { color: rgb(46,184,126); }
H1.HeaderClassName
{
color: #2EB87E;
}
.AnyTagClassName
{
color: #2EB87E;
}
</style>
background-color css
<style>
a { background-color: #2EB87E; }
a { background-color: rgb(46,184,126); }
div.DivClassName
{
background-color: #2EB87E;
}
.BgClassName
{
background-color: #2EB87E;
}
</style>
border-color css
<style>
span { border-color: #2EB87E; }
span { border-color: rgb(46,184,126); }
td.TdClassName
{
border-color: #2EB87E;
}
.TagClassName
{
border-color: #2EB87E;
}
</style>