Shades of Malachite #2ED45F
Tints of Malachite #2ED45F
RGB
CMYK
RGB Variations
Color information
#2ED45F (or 0x2ED45F) is known color: Malachite. HEX triplet: 2E, D4 and 5F. RGB value is (46,212,95). Sum of RGB (Red+Green+Blue) = 46+212+95=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED45F is #D12BA0. Grayscale: #959595. Windows color (decimal): -13708193 or 6280238. OLE color: 6280238.
HSL color Cylindrical-coordinate representation of color #2ED45F: hue angle of 137.71º 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 #2ED45F is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 95 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.17 |
| HSL | 137.71º | 0.66% | 0.51% | - |
| HSV(B) | 137.71º | 0.78% | 0.83% | - |
| XYZ | 26.74 | 48.49 | 18.78 | - |
| YUV | 149.03 | 97.5 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 95 | 0.78 | 0 | 0.55 | 0.17 | 137.71 | 0.66 | 0.51 |
| Hex | 2E | D4 | 5F | 4E | 0 | 37 | 11 | 8A | 42 | 33 |
| Octal | 56 | 324 | 137 | 116 | 0 | 67 | 21 | 212 | 102 | 63 |
| Binary | 101110 | 11010100 | 1011111 | 1001110 | 0 | 110111 | 10001 | 10001010 | 1000010 | 110011 |
Color Harmonies of #2ED45F
Complementary color
Monochromatic Colors of #2ED45F
Black with #2ED45F
Text Example
Text Example
White with #2ED45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED45F; }
p { color: rgb(46,212,95); }
H1.HeaderClassName
{
color: #2ED45F;
}
.AnyTagClassName
{
color: #2ED45F;
}
</style>
background-color css
<style>
a { background-color: #2ED45F; }
a { background-color: rgb(46,212,95); }
div.DivClassName
{
background-color: #2ED45F;
}
.BgClassName
{
background-color: #2ED45F;
}
</style>
border-color css
<style>
span { border-color: #2ED45F; }
span { border-color: rgb(46,212,95); }
td.TdClassName
{
border-color: #2ED45F;
}
.TagClassName
{
border-color: #2ED45F;
}
</style>