Shades of Jungle Green #2EB58C
Tints of Jungle Green #2EB58C
RGB
CMYK
RGB Variations
Color information
#2EB58C (or 0x2EB58C) is known color: Jungle Green. HEX triplet: 2E, B5 and 8C. RGB value is (46,181,140). Sum of RGB (Red+Green+Blue) = 46+181+140=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB58C is #D14A73. Grayscale: #878787. Windows color (decimal): -13716084 or 9221422. OLE color: 9221422.
HSL color Cylindrical-coordinate representation of color #2EB58C: hue angle of 161.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB58C is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 140 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.29 |
| HSL | 161.78º | 0.59% | 0.45% | - |
| HSV(B) | 161.78º | 0.75% | 0.71% | - |
| XYZ | 22.38 | 35.52 | 30.49 | - |
| YUV | 135.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 140 | 0.75 | 0 | 0.23 | 0.29 | 161.78 | 0.59 | 0.45 |
| Hex | 2E | B5 | 8C | 4B | 0 | 17 | 1D | A2 | 3B | 2D |
| Octal | 56 | 265 | 214 | 113 | 0 | 27 | 35 | 242 | 73 | 55 |
| Binary | 101110 | 10110101 | 10001100 | 1001011 | 0 | 10111 | 11101 | 10100010 | 111011 | 101101 |
Color Harmonies of #2EB58C
Complementary color
Monochromatic Colors of #2EB58C
Black with #2EB58C
Text Example
Text Example
White with #2EB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB58C; }
p { color: rgb(46,181,140); }
H1.HeaderClassName
{
color: #2EB58C;
}
.AnyTagClassName
{
color: #2EB58C;
}
</style>
background-color css
<style>
a { background-color: #2EB58C; }
a { background-color: rgb(46,181,140); }
div.DivClassName
{
background-color: #2EB58C;
}
.BgClassName
{
background-color: #2EB58C;
}
</style>
border-color css
<style>
span { border-color: #2EB58C; }
span { border-color: rgb(46,181,140); }
td.TdClassName
{
border-color: #2EB58C;
}
.TagClassName
{
border-color: #2EB58C;
}
</style>