Shades of Malachite #2EF64D
Tints of Malachite #2EF64D
RGB
CMYK
RGB Variations
Color information
#2EF64D (or 0x2EF64D) is known color: Malachite. HEX triplet: 2E, F6 and 4D. RGB value is (46,246,77). Sum of RGB (Red+Green+Blue) = 46+246+77=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF64D is #D109B2. Grayscale: #A7A7A7. Windows color (decimal): -13699507 or 5109294. OLE color: 5109294.
HSL color Cylindrical-coordinate representation of color #2EF64D: hue angle of 129.3º 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 #2EF64D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 77 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.04 |
| HSL | 129.3º | 0.92% | 0.57% | - |
| HSV(B) | 129.3º | 0.81% | 0.96% | - |
| XYZ | 35.42 | 67.03 | 18.09 | - |
| YUV | 166.93 | 77.24 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 77 | 0.81 | 0 | 0.69 | 0.04 | 129.3 | 0.92 | 0.57 |
| Hex | 2E | F6 | 4D | 51 | 0 | 45 | 4 | 81 | 5C | 39 |
| Octal | 56 | 366 | 115 | 121 | 0 | 105 | 4 | 201 | 134 | 71 |
| Binary | 101110 | 11110110 | 1001101 | 1010001 | 0 | 1000101 | 100 | 10000001 | 1011100 | 111001 |
Color Harmonies of #2EF64D
Complementary color
Monochromatic Colors of #2EF64D
Black with #2EF64D
Text Example
Text Example
White with #2EF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF64D; }
p { color: rgb(46,246,77); }
H1.HeaderClassName
{
color: #2EF64D;
}
.AnyTagClassName
{
color: #2EF64D;
}
</style>
background-color css
<style>
a { background-color: #2EF64D; }
a { background-color: rgb(46,246,77); }
div.DivClassName
{
background-color: #2EF64D;
}
.BgClassName
{
background-color: #2EF64D;
}
</style>
border-color css
<style>
span { border-color: #2EF64D; }
span { border-color: rgb(46,246,77); }
td.TdClassName
{
border-color: #2EF64D;
}
.TagClassName
{
border-color: #2EF64D;
}
</style>