Shades of Malachite #2EE152
Tints of Malachite #2EE152
RGB
CMYK
RGB Variations
Color information
#2EE152 (or 0x2EE152) is known color: Malachite. HEX triplet: 2E, E1 and 52. RGB value is (46,225,82). Sum of RGB (Red+Green+Blue) = 46+225+82=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE152 is #D11EAD. Grayscale: #9B9B9B. Windows color (decimal): -13704878 or 5431598. OLE color: 5431598.
HSL color Cylindrical-coordinate representation of color #2EE152: hue angle of 132.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE152 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 82 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.12 |
| HSL | 132.07º | 0.75% | 0.53% | - |
| HSV(B) | 132.07º | 0.8% | 0.88% | - |
| XYZ | 29.57 | 55.04 | 17.05 | - |
| YUV | 155.18 | 86.7 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 82 | 0.80 | 0 | 0.64 | 0.12 | 132.07 | 0.75 | 0.53 |
| Hex | 2E | E1 | 52 | 50 | 0 | 40 | C | 84 | 4B | 35 |
| Octal | 56 | 341 | 122 | 120 | 0 | 100 | 14 | 204 | 113 | 65 |
| Binary | 101110 | 11100001 | 1010010 | 1010000 | 0 | 1000000 | 1100 | 10000100 | 1001011 | 110101 |
Color Harmonies of #2EE152
Complementary color
Monochromatic Colors of #2EE152
Black with #2EE152
Text Example
Text Example
White with #2EE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE152; }
p { color: rgb(46,225,82); }
H1.HeaderClassName
{
color: #2EE152;
}
.AnyTagClassName
{
color: #2EE152;
}
</style>
background-color css
<style>
a { background-color: #2EE152; }
a { background-color: rgb(46,225,82); }
div.DivClassName
{
background-color: #2EE152;
}
.BgClassName
{
background-color: #2EE152;
}
</style>
border-color css
<style>
span { border-color: #2EE152; }
span { border-color: rgb(46,225,82); }
td.TdClassName
{
border-color: #2EE152;
}
.TagClassName
{
border-color: #2EE152;
}
</style>