Shades of Malachite #2EE56B
Tints of Malachite #2EE56B
RGB
CMYK
RGB Variations
Color information
#2EE56B (or 0x2EE56B) is known color: Malachite. HEX triplet: 2E, E5 and 6B. RGB value is (46,229,107). Sum of RGB (Red+Green+Blue) = 46+229+107=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE56B is #D11A94. Grayscale: #A0A0A0. Windows color (decimal): -13703829 or 7071022. OLE color: 7071022.
HSL color Cylindrical-coordinate representation of color #2EE56B: hue angle of 140º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE56B is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 107 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.10 |
| HSL | 140º | 0.78% | 0.54% | - |
| HSV(B) | 140º | 0.8% | 0.9% | - |
| XYZ | 31.8 | 57.68 | 23.37 | - |
| YUV | 160.38 | 97.87 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 107 | 0.80 | 0 | 0.53 | 0.10 | 140 | 0.78 | 0.54 |
| Hex | 2E | E5 | 6B | 50 | 0 | 35 | A | 8C | 4E | 36 |
| Octal | 56 | 345 | 153 | 120 | 0 | 65 | 12 | 214 | 116 | 66 |
| Binary | 101110 | 11100101 | 1101011 | 1010000 | 0 | 110101 | 1010 | 10001100 | 1001110 | 110110 |
Color Harmonies of #2EE56B
Complementary color
Monochromatic Colors of #2EE56B
Black with #2EE56B
Text Example
Text Example
White with #2EE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE56B; }
p { color: rgb(46,229,107); }
H1.HeaderClassName
{
color: #2EE56B;
}
.AnyTagClassName
{
color: #2EE56B;
}
</style>
background-color css
<style>
a { background-color: #2EE56B; }
a { background-color: rgb(46,229,107); }
div.DivClassName
{
background-color: #2EE56B;
}
.BgClassName
{
background-color: #2EE56B;
}
</style>
border-color css
<style>
span { border-color: #2EE56B; }
span { border-color: rgb(46,229,107); }
td.TdClassName
{
border-color: #2EE56B;
}
.TagClassName
{
border-color: #2EE56B;
}
</style>