Shades of Malachite #2ED057
Tints of Malachite #2ED057
RGB
CMYK
RGB Variations
Color information
#2ED057 (or 0x2ED057) is known color: Malachite. HEX triplet: 2E, D0 and 57. RGB value is (46,208,87). Sum of RGB (Red+Green+Blue) = 46+208+87=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED057 is #D12FA8. Grayscale: #929292. Windows color (decimal): -13709225 or 5754926. OLE color: 5754926.
HSL color Cylindrical-coordinate representation of color #2ED057: hue angle of 135.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED057 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 87 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.18 |
| HSL | 135.19º | 0.64% | 0.5% | - |
| HSV(B) | 135.19º | 0.78% | 0.82% | - |
| XYZ | 25.4 | 46.38 | 16.63 | - |
| YUV | 145.77 | 94.83 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 87 | 0.78 | 0 | 0.58 | 0.18 | 135.19 | 0.64 | 0.5 |
| Hex | 2E | D0 | 57 | 4E | 0 | 3A | 12 | 87 | 40 | 32 |
| Octal | 56 | 320 | 127 | 116 | 0 | 72 | 22 | 207 | 100 | 62 |
| Binary | 101110 | 11010000 | 1010111 | 1001110 | 0 | 111010 | 10010 | 10000111 | 1000000 | 110010 |
Color Harmonies of #2ED057
Complementary color
Monochromatic Colors of #2ED057
Black with #2ED057
Text Example
Text Example
White with #2ED057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED057; }
p { color: rgb(46,208,87); }
H1.HeaderClassName
{
color: #2ED057;
}
.AnyTagClassName
{
color: #2ED057;
}
</style>
background-color css
<style>
a { background-color: #2ED057; }
a { background-color: rgb(46,208,87); }
div.DivClassName
{
background-color: #2ED057;
}
.BgClassName
{
background-color: #2ED057;
}
</style>
border-color css
<style>
span { border-color: #2ED057; }
span { border-color: rgb(46,208,87); }
td.TdClassName
{
border-color: #2ED057;
}
.TagClassName
{
border-color: #2ED057;
}
</style>