Shades of Malachite #2EF659
Tints of Malachite #2EF659
RGB
CMYK
RGB Variations
Color information
#2EF659 (or 0x2EF659) is known color: Malachite. HEX triplet: 2E, F6 and 59. RGB value is (46,246,89). Sum of RGB (Red+Green+Blue) = 46+246+89=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF659 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF659 is #D109A6. Grayscale: #A8A8A8. Windows color (decimal): -13699495 or 5895726. OLE color: 5895726.
HSL color Cylindrical-coordinate representation of color #2EF659: hue angle of 132.9º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF659 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 89 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.04 |
| HSL | 132.9º | 0.92% | 0.57% | - |
| HSV(B) | 132.9º | 0.81% | 0.96% | - |
| XYZ | 35.89 | 67.21 | 20.53 | - |
| YUV | 168.3 | 83.24 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 89 | 0.81 | 0 | 0.64 | 0.04 | 132.9 | 0.92 | 0.57 |
| Hex | 2E | F6 | 59 | 51 | 0 | 40 | 4 | 85 | 5C | 39 |
| Octal | 56 | 366 | 131 | 121 | 0 | 100 | 4 | 205 | 134 | 71 |
| Binary | 101110 | 11110110 | 1011001 | 1010001 | 0 | 1000000 | 100 | 10000101 | 1011100 | 111001 |
Color Harmonies of #2EF659
Complementary color
Monochromatic Colors of #2EF659
Black with #2EF659
Text Example
Text Example
White with #2EF659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF659; }
p { color: rgb(46,246,89); }
H1.HeaderClassName
{
color: #2EF659;
}
.AnyTagClassName
{
color: #2EF659;
}
</style>
background-color css
<style>
a { background-color: #2EF659; }
a { background-color: rgb(46,246,89); }
div.DivClassName
{
background-color: #2EF659;
}
.BgClassName
{
background-color: #2EF659;
}
</style>
border-color css
<style>
span { border-color: #2EF659; }
span { border-color: rgb(46,246,89); }
td.TdClassName
{
border-color: #2EF659;
}
.TagClassName
{
border-color: #2EF659;
}
</style>