Shades of Malachite #2EE962
Tints of Malachite #2EE962
RGB
CMYK
RGB Variations
Color information
#2EE962 (or 0x2EE962) is known color: Malachite. HEX triplet: 2E, E9 and 62. RGB value is (46,233,98). Sum of RGB (Red+Green+Blue) = 46+233+98=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE962 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE962 is #D1169D. Grayscale: #A2A2A2. Windows color (decimal): -13702814 or 6482222. OLE color: 6482222.
HSL color Cylindrical-coordinate representation of color #2EE962: hue angle of 136.68º degrees, saturation: 0.81, 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 #2EE962 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 98 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.09 |
| HSL | 136.68º | 0.81% | 0.55% | - |
| HSV(B) | 136.68º | 0.8% | 0.91% | - |
| XYZ | 32.47 | 59.74 | 21.37 | - |
| YUV | 161.7 | 92.05 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 98 | 0.80 | 0 | 0.58 | 0.09 | 136.68 | 0.81 | 0.55 |
| Hex | 2E | E9 | 62 | 50 | 0 | 3A | 9 | 89 | 51 | 37 |
| Octal | 56 | 351 | 142 | 120 | 0 | 72 | 11 | 211 | 121 | 67 |
| Binary | 101110 | 11101001 | 1100010 | 1010000 | 0 | 111010 | 1001 | 10001001 | 1010001 | 110111 |
Color Harmonies of #2EE962
Complementary color
Monochromatic Colors of #2EE962
Black with #2EE962
Text Example
Text Example
White with #2EE962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE962; }
p { color: rgb(46,233,98); }
H1.HeaderClassName
{
color: #2EE962;
}
.AnyTagClassName
{
color: #2EE962;
}
</style>
background-color css
<style>
a { background-color: #2EE962; }
a { background-color: rgb(46,233,98); }
div.DivClassName
{
background-color: #2EE962;
}
.BgClassName
{
background-color: #2EE962;
}
</style>
border-color css
<style>
span { border-color: #2EE962; }
span { border-color: rgb(46,233,98); }
td.TdClassName
{
border-color: #2EE962;
}
.TagClassName
{
border-color: #2EE962;
}
</style>