Shades of Malachite #2EE552
Tints of Malachite #2EE552
RGB
CMYK
RGB Variations
Color information
#2EE552 (or 0x2EE552) is known color: Malachite. HEX triplet: 2E, E5 and 52. RGB value is (46,229,82). Sum of RGB (Red+Green+Blue) = 46+229+82=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 229 (89.84% from 255 or 64.15% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE552 is #D11AAD. Grayscale: #9D9D9D. Windows color (decimal): -13703854 or 5432622. OLE color: 5432622.
HSL color Cylindrical-coordinate representation of color #2EE552: hue angle of 131.8º 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 #2EE552 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 82 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.10 |
| HSL | 131.8º | 0.78% | 0.54% | - |
| HSV(B) | 131.8º | 0.8% | 0.9% | - |
| XYZ | 30.67 | 57.23 | 17.41 | - |
| YUV | 157.53 | 85.37 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 82 | 0.80 | 0 | 0.64 | 0.10 | 131.8 | 0.78 | 0.54 |
| Hex | 2E | E5 | 52 | 50 | 0 | 40 | A | 84 | 4E | 36 |
| Octal | 56 | 345 | 122 | 120 | 0 | 100 | 12 | 204 | 116 | 66 |
| Binary | 101110 | 11100101 | 1010010 | 1010000 | 0 | 1000000 | 1010 | 10000100 | 1001110 | 110110 |
Color Harmonies of #2EE552
Complementary color
Monochromatic Colors of #2EE552
Black with #2EE552
Text Example
Text Example
White with #2EE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE552; }
p { color: rgb(46,229,82); }
H1.HeaderClassName
{
color: #2EE552;
}
.AnyTagClassName
{
color: #2EE552;
}
</style>
background-color css
<style>
a { background-color: #2EE552; }
a { background-color: rgb(46,229,82); }
div.DivClassName
{
background-color: #2EE552;
}
.BgClassName
{
background-color: #2EE552;
}
</style>
border-color css
<style>
span { border-color: #2EE552; }
span { border-color: rgb(46,229,82); }
td.TdClassName
{
border-color: #2EE552;
}
.TagClassName
{
border-color: #2EE552;
}
</style>