Shades of Malachite #2EE764
Tints of Malachite #2EE764
RGB
CMYK
RGB Variations
Color information
#2EE764 (or 0x2EE764) is known color: Malachite. HEX triplet: 2E, E7 and 64. RGB value is (46,231,100). Sum of RGB (Red+Green+Blue) = 46+231+100=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 231 (90.62% from 255 or 61.27% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE764 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE764 is #D1189B. Grayscale: #A1A1A1. Windows color (decimal): -13703324 or 6612782. OLE color: 6612782.
HSL color Cylindrical-coordinate representation of color #2EE764: hue angle of 137.51º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE764 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 100 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.09 |
| HSL | 137.51º | 0.79% | 0.54% | - |
| HSV(B) | 137.51º | 0.8% | 0.91% | - |
| XYZ | 32 | 58.65 | 21.69 | - |
| YUV | 160.75 | 93.71 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 100 | 0.80 | 0 | 0.57 | 0.09 | 137.51 | 0.79 | 0.54 |
| Hex | 2E | E7 | 64 | 50 | 0 | 39 | 9 | 8A | 4F | 36 |
| Octal | 56 | 347 | 144 | 120 | 0 | 71 | 11 | 212 | 117 | 66 |
| Binary | 101110 | 11100111 | 1100100 | 1010000 | 0 | 111001 | 1001 | 10001010 | 1001111 | 110110 |
Color Harmonies of #2EE764
Complementary color
Monochromatic Colors of #2EE764
Black with #2EE764
Text Example
Text Example
White with #2EE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE764; }
p { color: rgb(46,231,100); }
H1.HeaderClassName
{
color: #2EE764;
}
.AnyTagClassName
{
color: #2EE764;
}
</style>
background-color css
<style>
a { background-color: #2EE764; }
a { background-color: rgb(46,231,100); }
div.DivClassName
{
background-color: #2EE764;
}
.BgClassName
{
background-color: #2EE764;
}
</style>
border-color css
<style>
span { border-color: #2EE764; }
span { border-color: rgb(46,231,100); }
td.TdClassName
{
border-color: #2EE764;
}
.TagClassName
{
border-color: #2EE764;
}
</style>