Shades of Malachite #2EE054
Tints of Malachite #2EE054
RGB
CMYK
RGB Variations
Color information
#2EE054 (or 0x2EE054) is known color: Malachite. HEX triplet: 2E, E0 and 54. RGB value is (46,224,84). Sum of RGB (Red+Green+Blue) = 46+224+84=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE054 is #D11FAB. Grayscale: #9B9B9B. Windows color (decimal): -13705132 or 5562414. OLE color: 5562414.
HSL color Cylindrical-coordinate representation of color #2EE054: hue angle of 132.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE054 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 84 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.12 |
| HSL | 132.81º | 0.74% | 0.53% | - |
| HSV(B) | 132.81º | 0.79% | 0.88% | - |
| XYZ | 29.38 | 54.53 | 17.36 | - |
| YUV | 154.82 | 88.03 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 84 | 0.79 | 0 | 0.62 | 0.12 | 132.81 | 0.74 | 0.53 |
| Hex | 2E | E0 | 54 | 4F | 0 | 3E | C | 85 | 4A | 35 |
| Octal | 56 | 340 | 124 | 117 | 0 | 76 | 14 | 205 | 112 | 65 |
| Binary | 101110 | 11100000 | 1010100 | 1001111 | 0 | 111110 | 1100 | 10000101 | 1001010 | 110101 |
Color Harmonies of #2EE054
Complementary color
Monochromatic Colors of #2EE054
Black with #2EE054
Text Example
Text Example
White with #2EE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE054; }
p { color: rgb(46,224,84); }
H1.HeaderClassName
{
color: #2EE054;
}
.AnyTagClassName
{
color: #2EE054;
}
</style>
background-color css
<style>
a { background-color: #2EE054; }
a { background-color: rgb(46,224,84); }
div.DivClassName
{
background-color: #2EE054;
}
.BgClassName
{
background-color: #2EE054;
}
</style>
border-color css
<style>
span { border-color: #2EE054; }
span { border-color: rgb(46,224,84); }
td.TdClassName
{
border-color: #2EE054;
}
.TagClassName
{
border-color: #2EE054;
}
</style>