Shades of Malachite #2EDC64
Tints of Malachite #2EDC64
RGB
CMYK
RGB Variations
Color information
#2EDC64 (or 0x2EDC64) is known color: Malachite. HEX triplet: 2E, DC and 64. RGB value is (46,220,100). Sum of RGB (Red+Green+Blue) = 46+220+100=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC64 is #D1239B. Grayscale: #9A9A9A. Windows color (decimal): -13706140 or 6609966. OLE color: 6609966.
HSL color Cylindrical-coordinate representation of color #2EDC64: hue angle of 138.62º 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 #2EDC64 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 100 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.14 |
| HSL | 138.62º | 0.71% | 0.52% | - |
| HSV(B) | 138.62º | 0.79% | 0.86% | - |
| XYZ | 29.02 | 52.69 | 20.7 | - |
| YUV | 154.29 | 97.35 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 100 | 0.79 | 0 | 0.55 | 0.14 | 138.62 | 0.71 | 0.52 |
| Hex | 2E | DC | 64 | 4F | 0 | 37 | E | 8B | 47 | 34 |
| Octal | 56 | 334 | 144 | 117 | 0 | 67 | 16 | 213 | 107 | 64 |
| Binary | 101110 | 11011100 | 1100100 | 1001111 | 0 | 110111 | 1110 | 10001011 | 1000111 | 110100 |
Color Harmonies of #2EDC64
Complementary color
Monochromatic Colors of #2EDC64
Black with #2EDC64
Text Example
Text Example
White with #2EDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC64; }
p { color: rgb(46,220,100); }
H1.HeaderClassName
{
color: #2EDC64;
}
.AnyTagClassName
{
color: #2EDC64;
}
</style>
background-color css
<style>
a { background-color: #2EDC64; }
a { background-color: rgb(46,220,100); }
div.DivClassName
{
background-color: #2EDC64;
}
.BgClassName
{
background-color: #2EDC64;
}
</style>
border-color css
<style>
span { border-color: #2EDC64; }
span { border-color: rgb(46,220,100); }
td.TdClassName
{
border-color: #2EDC64;
}
.TagClassName
{
border-color: #2EDC64;
}
</style>