Shades of Jungle Green #2EBE83
Tints of Jungle Green #2EBE83
RGB
CMYK
RGB Variations
Color information
#2EBE83 (or 0x2EBE83) is known color: Jungle Green. HEX triplet: 2E, BE and 83. RGB value is (46,190,131). Sum of RGB (Red+Green+Blue) = 46+190+131=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE83 is #D1417C. Grayscale: #8C8C8C. Windows color (decimal): -13713789 or 8633902. OLE color: 8633902.
HSL color Cylindrical-coordinate representation of color #2EBE83: hue angle of 155.42º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE83 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 131 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.25 |
| HSL | 155.42º | 0.61% | 0.46% | - |
| HSV(B) | 155.42º | 0.76% | 0.75% | - |
| XYZ | 23.64 | 39.05 | 27.76 | - |
| YUV | 140.22 | 122.79 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 131 | 0.76 | 0 | 0.31 | 0.25 | 155.42 | 0.61 | 0.46 |
| Hex | 2E | BE | 83 | 4C | 0 | 1F | 19 | 9B | 3D | 2E |
| Octal | 56 | 276 | 203 | 114 | 0 | 37 | 31 | 233 | 75 | 56 |
| Binary | 101110 | 10111110 | 10000011 | 1001100 | 0 | 11111 | 11001 | 10011011 | 111101 | 101110 |
Color Harmonies of #2EBE83
Complementary color
Monochromatic Colors of #2EBE83
Black with #2EBE83
Text Example
Text Example
White with #2EBE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE83; }
p { color: rgb(46,190,131); }
H1.HeaderClassName
{
color: #2EBE83;
}
.AnyTagClassName
{
color: #2EBE83;
}
</style>
background-color css
<style>
a { background-color: #2EBE83; }
a { background-color: rgb(46,190,131); }
div.DivClassName
{
background-color: #2EBE83;
}
.BgClassName
{
background-color: #2EBE83;
}
</style>
border-color css
<style>
span { border-color: #2EBE83; }
span { border-color: rgb(46,190,131); }
td.TdClassName
{
border-color: #2EBE83;
}
.TagClassName
{
border-color: #2EBE83;
}
</style>