Shades of Malachite #2EF64A
Tints of Malachite #2EF64A
RGB
CMYK
RGB Variations
Color information
#2EF64A (or 0x2EF64A) is known color: Malachite. HEX triplet: 2E, F6 and 4A. RGB value is (46,246,74). Sum of RGB (Red+Green+Blue) = 46+246+74=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 246 (96.48% from 255 or 67.21% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF64A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF64A is #D109B5. Grayscale: #A7A7A7. Windows color (decimal): -13699510 or 4912686. OLE color: 4912686.
HSL color Cylindrical-coordinate representation of color #2EF64A: hue angle of 128.4º 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 #2EF64A is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 74 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.04 |
| HSL | 128.4º | 0.92% | 0.57% | - |
| HSV(B) | 128.4º | 0.81% | 0.96% | - |
| XYZ | 35.32 | 66.99 | 17.55 | - |
| YUV | 166.59 | 75.74 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 74 | 0.81 | 0 | 0.70 | 0.04 | 128.4 | 0.92 | 0.57 |
| Hex | 2E | F6 | 4A | 51 | 0 | 46 | 4 | 80 | 5C | 39 |
| Octal | 56 | 366 | 112 | 121 | 0 | 106 | 4 | 200 | 134 | 71 |
| Binary | 101110 | 11110110 | 1001010 | 1010001 | 0 | 1000110 | 100 | 10000000 | 1011100 | 111001 |
Color Harmonies of #2EF64A
Complementary color
Monochromatic Colors of #2EF64A
Black with #2EF64A
Text Example
Text Example
White with #2EF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF64A; }
p { color: rgb(46,246,74); }
H1.HeaderClassName
{
color: #2EF64A;
}
.AnyTagClassName
{
color: #2EF64A;
}
</style>
background-color css
<style>
a { background-color: #2EF64A; }
a { background-color: rgb(46,246,74); }
div.DivClassName
{
background-color: #2EF64A;
}
.BgClassName
{
background-color: #2EF64A;
}
</style>
border-color css
<style>
span { border-color: #2EF64A; }
span { border-color: rgb(46,246,74); }
td.TdClassName
{
border-color: #2EF64A;
}
.TagClassName
{
border-color: #2EF64A;
}
</style>