Shades of Malachite #2EE550
Tints of Malachite #2EE550
RGB
CMYK
RGB Variations
Color information
#2EE550 (or 0x2EE550) is known color: Malachite. HEX triplet: 2E, E5 and 50. RGB value is (46,229,80). Sum of RGB (Red+Green+Blue) = 46+229+80=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE550 is #D11AAF. Grayscale: #9D9D9D. Windows color (decimal): -13703856 or 5301550. OLE color: 5301550.
HSL color Cylindrical-coordinate representation of color #2EE550: hue angle of 131.15º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE550 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 80 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.10 |
| HSL | 131.15º | 0.78% | 0.54% | - |
| HSV(B) | 131.15º | 0.8% | 0.9% | - |
| XYZ | 30.59 | 57.2 | 17.02 | - |
| YUV | 157.3 | 84.37 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 80 | 0.80 | 0 | 0.65 | 0.10 | 131.15 | 0.78 | 0.54 |
| Hex | 2E | E5 | 50 | 50 | 0 | 41 | A | 83 | 4E | 36 |
| Octal | 56 | 345 | 120 | 120 | 0 | 101 | 12 | 203 | 116 | 66 |
| Binary | 101110 | 11100101 | 1010000 | 1010000 | 0 | 1000001 | 1010 | 10000011 | 1001110 | 110110 |
Color Harmonies of #2EE550
Complementary color
Monochromatic Colors of #2EE550
Black with #2EE550
Text Example
Text Example
White with #2EE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE550; }
p { color: rgb(46,229,80); }
H1.HeaderClassName
{
color: #2EE550;
}
.AnyTagClassName
{
color: #2EE550;
}
</style>
background-color css
<style>
a { background-color: #2EE550; }
a { background-color: rgb(46,229,80); }
div.DivClassName
{
background-color: #2EE550;
}
.BgClassName
{
background-color: #2EE550;
}
</style>
border-color css
<style>
span { border-color: #2EE550; }
span { border-color: rgb(46,229,80); }
td.TdClassName
{
border-color: #2EE550;
}
.TagClassName
{
border-color: #2EE550;
}
</style>