Shades of Malachite #2EE960
Tints of Malachite #2EE960
RGB
CMYK
RGB Variations
Color information
#2EE960 (or 0x2EE960) is known color: Malachite. HEX triplet: 2E, E9 and 60. RGB value is (46,233,96). Sum of RGB (Red+Green+Blue) = 46+233+96=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE960 is #D1169F. Grayscale: #A1A1A1. Windows color (decimal): -13702816 or 6351150. OLE color: 6351150.
HSL color Cylindrical-coordinate representation of color #2EE960: hue angle of 136.04º 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 #2EE960 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 96 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.09 |
| HSL | 136.04º | 0.81% | 0.55% | - |
| HSV(B) | 136.04º | 0.8% | 0.91% | - |
| XYZ | 32.38 | 59.7 | 20.88 | - |
| YUV | 161.47 | 91.05 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 96 | 0.80 | 0 | 0.59 | 0.09 | 136.04 | 0.81 | 0.55 |
| Hex | 2E | E9 | 60 | 50 | 0 | 3B | 9 | 88 | 51 | 37 |
| Octal | 56 | 351 | 140 | 120 | 0 | 73 | 11 | 210 | 121 | 67 |
| Binary | 101110 | 11101001 | 1100000 | 1010000 | 0 | 111011 | 1001 | 10001000 | 1010001 | 110111 |
Color Harmonies of #2EE960
Complementary color
Monochromatic Colors of #2EE960
Black with #2EE960
Text Example
Text Example
White with #2EE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE960; }
p { color: rgb(46,233,96); }
H1.HeaderClassName
{
color: #2EE960;
}
.AnyTagClassName
{
color: #2EE960;
}
</style>
background-color css
<style>
a { background-color: #2EE960; }
a { background-color: rgb(46,233,96); }
div.DivClassName
{
background-color: #2EE960;
}
.BgClassName
{
background-color: #2EE960;
}
</style>
border-color css
<style>
span { border-color: #2EE960; }
span { border-color: rgb(46,233,96); }
td.TdClassName
{
border-color: #2EE960;
}
.TagClassName
{
border-color: #2EE960;
}
</style>