Shades of Malachite #2EF46A
Tints of Malachite #2EF46A
RGB
CMYK
RGB Variations
Color information
#2EF46A (or 0x2EF46A) is known color: Malachite. HEX triplet: 2E, F4 and 6A. RGB value is (46,244,106). Sum of RGB (Red+Green+Blue) = 46+244+106=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 244 (95.70% from 255 or 61.62% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF46A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF46A is #D10B95. Grayscale: #A9A9A9. Windows color (decimal): -13699990 or 7009326. OLE color: 7009326.
HSL color Cylindrical-coordinate representation of color #2EF46A: hue angle of 138.18º 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 #2EF46A is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 106 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.04 |
| HSL | 138.18º | 0.9% | 0.57% | - |
| HSV(B) | 138.18º | 0.81% | 0.96% | - |
| XYZ | 36.08 | 66.32 | 24.54 | - |
| YUV | 169.07 | 92.4 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 106 | 0.81 | 0 | 0.57 | 0.04 | 138.18 | 0.9 | 0.57 |
| Hex | 2E | F4 | 6A | 51 | 0 | 39 | 4 | 8A | 5A | 39 |
| Octal | 56 | 364 | 152 | 121 | 0 | 71 | 4 | 212 | 132 | 71 |
| Binary | 101110 | 11110100 | 1101010 | 1010001 | 0 | 111001 | 100 | 10001010 | 1011010 | 111001 |
Color Harmonies of #2EF46A
Complementary color
Monochromatic Colors of #2EF46A
Black with #2EF46A
Text Example
Text Example
White with #2EF46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF46A; }
p { color: rgb(46,244,106); }
H1.HeaderClassName
{
color: #2EF46A;
}
.AnyTagClassName
{
color: #2EF46A;
}
</style>
background-color css
<style>
a { background-color: #2EF46A; }
a { background-color: rgb(46,244,106); }
div.DivClassName
{
background-color: #2EF46A;
}
.BgClassName
{
background-color: #2EF46A;
}
</style>
border-color css
<style>
span { border-color: #2EF46A; }
span { border-color: rgb(46,244,106); }
td.TdClassName
{
border-color: #2EF46A;
}
.TagClassName
{
border-color: #2EF46A;
}
</style>