Shades of Malachite #2EDD63
Tints of Malachite #2EDD63
RGB
CMYK
RGB Variations
Color information
#2EDD63 (or 0x2EDD63) is known color: Malachite. HEX triplet: 2E, DD and 63. RGB value is (46,221,99). Sum of RGB (Red+Green+Blue) = 46+221+99=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD63 is #D1229C. Grayscale: #9B9B9B. Windows color (decimal): -13705885 or 6544686. OLE color: 6544686.
HSL color Cylindrical-coordinate representation of color #2EDD63: hue angle of 138.17º 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 #2EDD63 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 99 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.13 |
| HSL | 138.17º | 0.72% | 0.52% | - |
| HSV(B) | 138.17º | 0.79% | 0.87% | - |
| XYZ | 29.24 | 53.19 | 20.53 | - |
| YUV | 154.77 | 96.52 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 99 | 0.79 | 0 | 0.55 | 0.13 | 138.17 | 0.72 | 0.52 |
| Hex | 2E | DD | 63 | 4F | 0 | 37 | D | 8A | 48 | 34 |
| Octal | 56 | 335 | 143 | 117 | 0 | 67 | 15 | 212 | 110 | 64 |
| Binary | 101110 | 11011101 | 1100011 | 1001111 | 0 | 110111 | 1101 | 10001010 | 1001000 | 110100 |
Color Harmonies of #2EDD63
Complementary color
Monochromatic Colors of #2EDD63
Black with #2EDD63
Text Example
Text Example
White with #2EDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD63; }
p { color: rgb(46,221,99); }
H1.HeaderClassName
{
color: #2EDD63;
}
.AnyTagClassName
{
color: #2EDD63;
}
</style>
background-color css
<style>
a { background-color: #2EDD63; }
a { background-color: rgb(46,221,99); }
div.DivClassName
{
background-color: #2EDD63;
}
.BgClassName
{
background-color: #2EDD63;
}
</style>
border-color css
<style>
span { border-color: #2EDD63; }
span { border-color: rgb(46,221,99); }
td.TdClassName
{
border-color: #2EDD63;
}
.TagClassName
{
border-color: #2EDD63;
}
</style>