Shades of Malachite #2EDC60
Tints of Malachite #2EDC60
RGB
CMYK
RGB Variations
Color information
#2EDC60 (or 0x2EDC60) is known color: Malachite. HEX triplet: 2E, DC and 60. RGB value is (46,220,96). Sum of RGB (Red+Green+Blue) = 46+220+96=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC60 is #D1239F. Grayscale: #9A9A9A. Windows color (decimal): -13706144 or 6347822. OLE color: 6347822.
HSL color Cylindrical-coordinate representation of color #2EDC60: hue angle of 137.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC60 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 96 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.14 |
| HSL | 137.24º | 0.71% | 0.52% | - |
| HSV(B) | 137.24º | 0.79% | 0.86% | - |
| XYZ | 28.83 | 52.61 | 19.7 | - |
| YUV | 153.84 | 95.35 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 96 | 0.79 | 0 | 0.56 | 0.14 | 137.24 | 0.71 | 0.52 |
| Hex | 2E | DC | 60 | 4F | 0 | 38 | E | 89 | 47 | 34 |
| Octal | 56 | 334 | 140 | 117 | 0 | 70 | 16 | 211 | 107 | 64 |
| Binary | 101110 | 11011100 | 1100000 | 1001111 | 0 | 111000 | 1110 | 10001001 | 1000111 | 110100 |
Color Harmonies of #2EDC60
Complementary color
Monochromatic Colors of #2EDC60
Black with #2EDC60
Text Example
Text Example
White with #2EDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC60; }
p { color: rgb(46,220,96); }
H1.HeaderClassName
{
color: #2EDC60;
}
.AnyTagClassName
{
color: #2EDC60;
}
</style>
background-color css
<style>
a { background-color: #2EDC60; }
a { background-color: rgb(46,220,96); }
div.DivClassName
{
background-color: #2EDC60;
}
.BgClassName
{
background-color: #2EDC60;
}
</style>
border-color css
<style>
span { border-color: #2EDC60; }
span { border-color: rgb(46,220,96); }
td.TdClassName
{
border-color: #2EDC60;
}
.TagClassName
{
border-color: #2EDC60;
}
</style>