Shades of Jungle Green #2EB77D
Tints of Jungle Green #2EB77D
RGB
CMYK
RGB Variations
Color information
#2EB77D (or 0x2EB77D) is known color: Jungle Green. HEX triplet: 2E, B7 and 7D. RGB value is (46,183,125). Sum of RGB (Red+Green+Blue) = 46+183+125=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB77D is #D14882. Grayscale: #878787. Windows color (decimal): -13715587 or 8238894. OLE color: 8238894.
HSL color Cylindrical-coordinate representation of color #2EB77D: hue angle of 154.6º 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 #2EB77D is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 125 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.28 |
| HSL | 154.6º | 0.6% | 0.45% | - |
| HSV(B) | 154.6º | 0.75% | 0.72% | - |
| XYZ | 21.76 | 35.93 | 25.19 | - |
| YUV | 135.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 125 | 0.75 | 0 | 0.32 | 0.28 | 154.6 | 0.6 | 0.45 |
| Hex | 2E | B7 | 7D | 4B | 0 | 20 | 1C | 9B | 3C | 2D |
| Octal | 56 | 267 | 175 | 113 | 0 | 40 | 34 | 233 | 74 | 55 |
| Binary | 101110 | 10110111 | 1111101 | 1001011 | 0 | 100000 | 11100 | 10011011 | 111100 | 101101 |
Color Harmonies of #2EB77D
Complementary color
Monochromatic Colors of #2EB77D
Black with #2EB77D
Text Example
Text Example
White with #2EB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB77D; }
p { color: rgb(46,183,125); }
H1.HeaderClassName
{
color: #2EB77D;
}
.AnyTagClassName
{
color: #2EB77D;
}
</style>
background-color css
<style>
a { background-color: #2EB77D; }
a { background-color: rgb(46,183,125); }
div.DivClassName
{
background-color: #2EB77D;
}
.BgClassName
{
background-color: #2EB77D;
}
</style>
border-color css
<style>
span { border-color: #2EB77D; }
span { border-color: rgb(46,183,125); }
td.TdClassName
{
border-color: #2EB77D;
}
.TagClassName
{
border-color: #2EB77D;
}
</style>