Shades of Malachite #2ED457
Tints of Malachite #2ED457
RGB
CMYK
RGB Variations
Color information
#2ED457 (or 0x2ED457) is known color: Malachite. HEX triplet: 2E, D4 and 57. RGB value is (46,212,87). Sum of RGB (Red+Green+Blue) = 46+212+87=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED457 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED457 is #D12BA8. Grayscale: #949494. Windows color (decimal): -13708201 or 5755950. OLE color: 5755950.
HSL color Cylindrical-coordinate representation of color #2ED457: hue angle of 134.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED457 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 87 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.17 |
| HSL | 134.82º | 0.66% | 0.51% | - |
| HSV(B) | 134.82º | 0.78% | 0.83% | - |
| XYZ | 26.39 | 48.36 | 16.96 | - |
| YUV | 148.12 | 93.5 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 87 | 0.78 | 0 | 0.59 | 0.17 | 134.82 | 0.66 | 0.51 |
| Hex | 2E | D4 | 57 | 4E | 0 | 3B | 11 | 87 | 42 | 33 |
| Octal | 56 | 324 | 127 | 116 | 0 | 73 | 21 | 207 | 102 | 63 |
| Binary | 101110 | 11010100 | 1010111 | 1001110 | 0 | 111011 | 10001 | 10000111 | 1000010 | 110011 |
Color Harmonies of #2ED457
Complementary color
Monochromatic Colors of #2ED457
Black with #2ED457
Text Example
Text Example
White with #2ED457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED457; }
p { color: rgb(46,212,87); }
H1.HeaderClassName
{
color: #2ED457;
}
.AnyTagClassName
{
color: #2ED457;
}
</style>
background-color css
<style>
a { background-color: #2ED457; }
a { background-color: rgb(46,212,87); }
div.DivClassName
{
background-color: #2ED457;
}
.BgClassName
{
background-color: #2ED457;
}
</style>
border-color css
<style>
span { border-color: #2ED457; }
span { border-color: rgb(46,212,87); }
td.TdClassName
{
border-color: #2ED457;
}
.TagClassName
{
border-color: #2ED457;
}
</style>