Shades of Malachite #2EF056
Tints of Malachite #2EF056
RGB
CMYK
RGB Variations
Color information
#2EF056 (or 0x2EF056) is known color: Malachite. HEX triplet: 2E, F0 and 56. RGB value is (46,240,86). Sum of RGB (Red+Green+Blue) = 46+240+86=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF056 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF056 is #D10FA9. Grayscale: #A4A4A4. Windows color (decimal): -13701034 or 5697582. OLE color: 5697582.
HSL color Cylindrical-coordinate representation of color #2EF056: hue angle of 132.37º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF056 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 86 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.06 |
| HSL | 132.37º | 0.87% | 0.56% | - |
| HSV(B) | 132.37º | 0.81% | 0.94% | - |
| XYZ | 33.97 | 63.57 | 19.28 | - |
| YUV | 164.44 | 83.73 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 86 | 0.81 | 0 | 0.64 | 0.06 | 132.37 | 0.87 | 0.56 |
| Hex | 2E | F0 | 56 | 51 | 0 | 40 | 6 | 84 | 57 | 38 |
| Octal | 56 | 360 | 126 | 121 | 0 | 100 | 6 | 204 | 127 | 70 |
| Binary | 101110 | 11110000 | 1010110 | 1010001 | 0 | 1000000 | 110 | 10000100 | 1010111 | 111000 |
Color Harmonies of #2EF056
Complementary color
Monochromatic Colors of #2EF056
Black with #2EF056
Text Example
Text Example
White with #2EF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF056; }
p { color: rgb(46,240,86); }
H1.HeaderClassName
{
color: #2EF056;
}
.AnyTagClassName
{
color: #2EF056;
}
</style>
background-color css
<style>
a { background-color: #2EF056; }
a { background-color: rgb(46,240,86); }
div.DivClassName
{
background-color: #2EF056;
}
.BgClassName
{
background-color: #2EF056;
}
</style>
border-color css
<style>
span { border-color: #2EF056; }
span { border-color: rgb(46,240,86); }
td.TdClassName
{
border-color: #2EF056;
}
.TagClassName
{
border-color: #2EF056;
}
</style>