Shades of Malachite #2EDB64
Tints of Malachite #2EDB64
RGB
CMYK
RGB Variations
Color information
#2EDB64 (or 0x2EDB64) is known color: Malachite. HEX triplet: 2E, DB and 64. RGB value is (46,219,100). Sum of RGB (Red+Green+Blue) = 46+219+100=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDB64 is #D1249B. Grayscale: #9A9A9A. Windows color (decimal): -13706396 or 6609710. OLE color: 6609710.
HSL color Cylindrical-coordinate representation of color #2EDB64: hue angle of 138.73º 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 #2EDB64 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 100 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.14 |
| HSL | 138.73º | 0.71% | 0.52% | - |
| HSV(B) | 138.73º | 0.79% | 0.86% | - |
| XYZ | 28.76 | 52.16 | 20.61 | - |
| YUV | 153.71 | 97.69 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 100 | 0.79 | 0 | 0.54 | 0.14 | 138.73 | 0.71 | 0.52 |
| Hex | 2E | DB | 64 | 4F | 0 | 36 | E | 8B | 47 | 34 |
| Octal | 56 | 333 | 144 | 117 | 0 | 66 | 16 | 213 | 107 | 64 |
| Binary | 101110 | 11011011 | 1100100 | 1001111 | 0 | 110110 | 1110 | 10001011 | 1000111 | 110100 |
Color Harmonies of #2EDB64
Complementary color
Monochromatic Colors of #2EDB64
Black with #2EDB64
Text Example
Text Example
White with #2EDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDB64; }
p { color: rgb(46,219,100); }
H1.HeaderClassName
{
color: #2EDB64;
}
.AnyTagClassName
{
color: #2EDB64;
}
</style>
background-color css
<style>
a { background-color: #2EDB64; }
a { background-color: rgb(46,219,100); }
div.DivClassName
{
background-color: #2EDB64;
}
.BgClassName
{
background-color: #2EDB64;
}
</style>
border-color css
<style>
span { border-color: #2EDB64; }
span { border-color: rgb(46,219,100); }
td.TdClassName
{
border-color: #2EDB64;
}
.TagClassName
{
border-color: #2EDB64;
}
</style>