Shades of Malachite #2EF44D
Tints of Malachite #2EF44D
RGB
CMYK
RGB Variations
Color information
#2EF44D (or 0x2EF44D) is known color: Malachite. HEX triplet: 2E, F4 and 4D. RGB value is (46,244,77). Sum of RGB (Red+Green+Blue) = 46+244+77=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF44D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF44D is #D10BB2. Grayscale: #A6A6A6. Windows color (decimal): -13700019 or 5108782. OLE color: 5108782.
HSL color Cylindrical-coordinate representation of color #2EF44D: hue angle of 129.39º degrees, saturation: 0.9, 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 #2EF44D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 77 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.04 |
| HSL | 129.39º | 0.9% | 0.57% | - |
| HSV(B) | 129.39º | 0.81% | 0.96% | - |
| XYZ | 34.82 | 65.82 | 17.89 | - |
| YUV | 165.76 | 77.9 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 77 | 0.81 | 0 | 0.68 | 0.04 | 129.39 | 0.9 | 0.57 |
| Hex | 2E | F4 | 4D | 51 | 0 | 44 | 4 | 81 | 5A | 39 |
| Octal | 56 | 364 | 115 | 121 | 0 | 104 | 4 | 201 | 132 | 71 |
| Binary | 101110 | 11110100 | 1001101 | 1010001 | 0 | 1000100 | 100 | 10000001 | 1011010 | 111001 |
Color Harmonies of #2EF44D
Complementary color
Monochromatic Colors of #2EF44D
Black with #2EF44D
Text Example
Text Example
White with #2EF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF44D; }
p { color: rgb(46,244,77); }
H1.HeaderClassName
{
color: #2EF44D;
}
.AnyTagClassName
{
color: #2EF44D;
}
</style>
background-color css
<style>
a { background-color: #2EF44D; }
a { background-color: rgb(46,244,77); }
div.DivClassName
{
background-color: #2EF44D;
}
.BgClassName
{
background-color: #2EF44D;
}
</style>
border-color css
<style>
span { border-color: #2EF44D; }
span { border-color: rgb(46,244,77); }
td.TdClassName
{
border-color: #2EF44D;
}
.TagClassName
{
border-color: #2EF44D;
}
</style>