Shades of Malachite #2EDD62
Tints of Malachite #2EDD62
RGB
CMYK
RGB Variations
Color information
#2EDD62 (or 0x2EDD62) is known color: Malachite. HEX triplet: 2E, DD and 62. RGB value is (46,221,98). Sum of RGB (Red+Green+Blue) = 46+221+98=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD62 is #D1229D. Grayscale: #9A9A9A. Windows color (decimal): -13705886 or 6479150. OLE color: 6479150.
HSL color Cylindrical-coordinate representation of color #2EDD62: hue angle of 137.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD62 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 98 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.13 |
| HSL | 137.83º | 0.72% | 0.52% | - |
| HSV(B) | 137.83º | 0.79% | 0.87% | - |
| XYZ | 29.19 | 53.18 | 20.28 | - |
| YUV | 154.65 | 96.02 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 98 | 0.79 | 0 | 0.56 | 0.13 | 137.83 | 0.72 | 0.52 |
| Hex | 2E | DD | 62 | 4F | 0 | 38 | D | 8A | 48 | 34 |
| Octal | 56 | 335 | 142 | 117 | 0 | 70 | 15 | 212 | 110 | 64 |
| Binary | 101110 | 11011101 | 1100010 | 1001111 | 0 | 111000 | 1101 | 10001010 | 1001000 | 110100 |
Color Harmonies of #2EDD62
Complementary color
Monochromatic Colors of #2EDD62
Black with #2EDD62
Text Example
Text Example
White with #2EDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD62; }
p { color: rgb(46,221,98); }
H1.HeaderClassName
{
color: #2EDD62;
}
.AnyTagClassName
{
color: #2EDD62;
}
</style>
background-color css
<style>
a { background-color: #2EDD62; }
a { background-color: rgb(46,221,98); }
div.DivClassName
{
background-color: #2EDD62;
}
.BgClassName
{
background-color: #2EDD62;
}
</style>
border-color css
<style>
span { border-color: #2EDD62; }
span { border-color: rgb(46,221,98); }
td.TdClassName
{
border-color: #2EDD62;
}
.TagClassName
{
border-color: #2EDD62;
}
</style>