Shades of Malachite #2EE84F
Tints of Malachite #2EE84F
RGB
CMYK
RGB Variations
Color information
#2EE84F (or 0x2EE84F) is known color: Malachite. HEX triplet: 2E, E8 and 4F. RGB value is (46,232,79). Sum of RGB (Red+Green+Blue) = 46+232+79=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 232 (91.02% from 255 or 64.99% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE84F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE84F is #D117B0. Grayscale: #9F9F9F. Windows color (decimal): -13703089 or 5236782. OLE color: 5236782.
HSL color Cylindrical-coordinate representation of color #2EE84F: hue angle of 130.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE84F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 79 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.09 |
| HSL | 130.65º | 0.8% | 0.55% | - |
| HSV(B) | 130.65º | 0.8% | 0.91% | - |
| XYZ | 31.39 | 58.86 | 17.1 | - |
| YUV | 158.94 | 82.88 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 79 | 0.80 | 0 | 0.66 | 0.09 | 130.65 | 0.8 | 0.55 |
| Hex | 2E | E8 | 4F | 50 | 0 | 42 | 9 | 83 | 50 | 37 |
| Octal | 56 | 350 | 117 | 120 | 0 | 102 | 11 | 203 | 120 | 67 |
| Binary | 101110 | 11101000 | 1001111 | 1010000 | 0 | 1000010 | 1001 | 10000011 | 1010000 | 110111 |
Color Harmonies of #2EE84F
Complementary color
Monochromatic Colors of #2EE84F
Black with #2EE84F
Text Example
Text Example
White with #2EE84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE84F; }
p { color: rgb(46,232,79); }
H1.HeaderClassName
{
color: #2EE84F;
}
.AnyTagClassName
{
color: #2EE84F;
}
</style>
background-color css
<style>
a { background-color: #2EE84F; }
a { background-color: rgb(46,232,79); }
div.DivClassName
{
background-color: #2EE84F;
}
.BgClassName
{
background-color: #2EE84F;
}
</style>
border-color css
<style>
span { border-color: #2EE84F; }
span { border-color: rgb(46,232,79); }
td.TdClassName
{
border-color: #2EE84F;
}
.TagClassName
{
border-color: #2EE84F;
}
</style>