Shades of Malachite #2EE955
Tints of Malachite #2EE955
RGB
CMYK
RGB Variations
Color information
#2EE955 (or 0x2EE955) is known color: Malachite. HEX triplet: 2E, E9 and 55. RGB value is (46,233,85). Sum of RGB (Red+Green+Blue) = 46+233+85=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE955 is #D116AA. Grayscale: #A0A0A0. Windows color (decimal): -13702827 or 5630254. OLE color: 5630254.
HSL color Cylindrical-coordinate representation of color #2EE955: hue angle of 132.51º 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 #2EE955 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 85 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.09 |
| HSL | 132.51º | 0.81% | 0.55% | - |
| HSV(B) | 132.51º | 0.8% | 0.91% | - |
| XYZ | 31.91 | 59.51 | 18.4 | - |
| YUV | 160.22 | 85.55 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 85 | 0.80 | 0 | 0.64 | 0.09 | 132.51 | 0.81 | 0.55 |
| Hex | 2E | E9 | 55 | 50 | 0 | 40 | 9 | 85 | 51 | 37 |
| Octal | 56 | 351 | 125 | 120 | 0 | 100 | 11 | 205 | 121 | 67 |
| Binary | 101110 | 11101001 | 1010101 | 1010000 | 0 | 1000000 | 1001 | 10000101 | 1010001 | 110111 |
Color Harmonies of #2EE955
Complementary color
Monochromatic Colors of #2EE955
Black with #2EE955
Text Example
Text Example
White with #2EE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE955; }
p { color: rgb(46,233,85); }
H1.HeaderClassName
{
color: #2EE955;
}
.AnyTagClassName
{
color: #2EE955;
}
</style>
background-color css
<style>
a { background-color: #2EE955; }
a { background-color: rgb(46,233,85); }
div.DivClassName
{
background-color: #2EE955;
}
.BgClassName
{
background-color: #2EE955;
}
</style>
border-color css
<style>
span { border-color: #2EE955; }
span { border-color: rgb(46,233,85); }
td.TdClassName
{
border-color: #2EE955;
}
.TagClassName
{
border-color: #2EE955;
}
</style>