Shades of Malachite #2EDC62
Tints of Malachite #2EDC62
RGB
CMYK
RGB Variations
Color information
#2EDC62 (or 0x2EDC62) is known color: Malachite. HEX triplet: 2E, DC and 62. RGB value is (46,220,98). Sum of RGB (Red+Green+Blue) = 46+220+98=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC62 is #D1239D. Grayscale: #9A9A9A. Windows color (decimal): -13706142 or 6478894. OLE color: 6478894.
HSL color Cylindrical-coordinate representation of color #2EDC62: hue angle of 137.93º 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 #2EDC62 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 98 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.14 |
| HSL | 137.93º | 0.71% | 0.52% | - |
| HSV(B) | 137.93º | 0.79% | 0.86% | - |
| XYZ | 28.92 | 52.65 | 20.19 | - |
| YUV | 154.07 | 96.35 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 98 | 0.79 | 0 | 0.55 | 0.14 | 137.93 | 0.71 | 0.52 |
| Hex | 2E | DC | 62 | 4F | 0 | 37 | E | 8A | 47 | 34 |
| Octal | 56 | 334 | 142 | 117 | 0 | 67 | 16 | 212 | 107 | 64 |
| Binary | 101110 | 11011100 | 1100010 | 1001111 | 0 | 110111 | 1110 | 10001010 | 1000111 | 110100 |
Color Harmonies of #2EDC62
Complementary color
Monochromatic Colors of #2EDC62
Black with #2EDC62
Text Example
Text Example
White with #2EDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC62; }
p { color: rgb(46,220,98); }
H1.HeaderClassName
{
color: #2EDC62;
}
.AnyTagClassName
{
color: #2EDC62;
}
</style>
background-color css
<style>
a { background-color: #2EDC62; }
a { background-color: rgb(46,220,98); }
div.DivClassName
{
background-color: #2EDC62;
}
.BgClassName
{
background-color: #2EDC62;
}
</style>
border-color css
<style>
span { border-color: #2EDC62; }
span { border-color: rgb(46,220,98); }
td.TdClassName
{
border-color: #2EDC62;
}
.TagClassName
{
border-color: #2EDC62;
}
</style>