Shades of Malachite #2EF054
Tints of Malachite #2EF054
RGB
CMYK
RGB Variations
Color information
#2EF054 (or 0x2EF054) is known color: Malachite. HEX triplet: 2E, F0 and 54. RGB value is (46,240,84). Sum of RGB (Red+Green+Blue) = 46+240+84=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF054 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF054 is #D10FAB. Grayscale: #A4A4A4. Windows color (decimal): -13701036 or 5566510. OLE color: 5566510.
HSL color Cylindrical-coordinate representation of color #2EF054: hue angle of 131.75º 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 #2EF054 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 84 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.06 |
| HSL | 131.75º | 0.87% | 0.56% | - |
| HSV(B) | 131.75º | 0.81% | 0.94% | - |
| XYZ | 33.89 | 63.54 | 18.87 | - |
| YUV | 164.21 | 82.73 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 84 | 0.81 | 0 | 0.65 | 0.06 | 131.75 | 0.87 | 0.56 |
| Hex | 2E | F0 | 54 | 51 | 0 | 41 | 6 | 84 | 57 | 38 |
| Octal | 56 | 360 | 124 | 121 | 0 | 101 | 6 | 204 | 127 | 70 |
| Binary | 101110 | 11110000 | 1010100 | 1010001 | 0 | 1000001 | 110 | 10000100 | 1010111 | 111000 |
Color Harmonies of #2EF054
Complementary color
Monochromatic Colors of #2EF054
Black with #2EF054
Text Example
Text Example
White with #2EF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF054; }
p { color: rgb(46,240,84); }
H1.HeaderClassName
{
color: #2EF054;
}
.AnyTagClassName
{
color: #2EF054;
}
</style>
background-color css
<style>
a { background-color: #2EF054; }
a { background-color: rgb(46,240,84); }
div.DivClassName
{
background-color: #2EF054;
}
.BgClassName
{
background-color: #2EF054;
}
</style>
border-color css
<style>
span { border-color: #2EF054; }
span { border-color: rgb(46,240,84); }
td.TdClassName
{
border-color: #2EF054;
}
.TagClassName
{
border-color: #2EF054;
}
</style>