Shades of Malachite #2EE151
Tints of Malachite #2EE151
RGB
CMYK
RGB Variations
Color information
#2EE151 (or 0x2EE151) is known color: Malachite. HEX triplet: 2E, E1 and 51. RGB value is (46,225,81). Sum of RGB (Red+Green+Blue) = 46+225+81=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE151 is #D11EAE. Grayscale: #9B9B9B. Windows color (decimal): -13704879 or 5366062. OLE color: 5366062.
HSL color Cylindrical-coordinate representation of color #2EE151: hue angle of 131.73º 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 #2EE151 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 81 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.12 |
| HSL | 131.73º | 0.75% | 0.53% | - |
| HSV(B) | 131.73º | 0.8% | 0.88% | - |
| XYZ | 29.54 | 55.03 | 16.85 | - |
| YUV | 155.06 | 86.2 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 81 | 0.80 | 0 | 0.64 | 0.12 | 131.73 | 0.75 | 0.53 |
| Hex | 2E | E1 | 51 | 50 | 0 | 40 | C | 84 | 4B | 35 |
| Octal | 56 | 341 | 121 | 120 | 0 | 100 | 14 | 204 | 113 | 65 |
| Binary | 101110 | 11100001 | 1010001 | 1010000 | 0 | 1000000 | 1100 | 10000100 | 1001011 | 110101 |
Color Harmonies of #2EE151
Complementary color
Monochromatic Colors of #2EE151
Black with #2EE151
Text Example
Text Example
White with #2EE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE151; }
p { color: rgb(46,225,81); }
H1.HeaderClassName
{
color: #2EE151;
}
.AnyTagClassName
{
color: #2EE151;
}
</style>
background-color css
<style>
a { background-color: #2EE151; }
a { background-color: rgb(46,225,81); }
div.DivClassName
{
background-color: #2EE151;
}
.BgClassName
{
background-color: #2EE151;
}
</style>
border-color css
<style>
span { border-color: #2EE151; }
span { border-color: rgb(46,225,81); }
td.TdClassName
{
border-color: #2EE151;
}
.TagClassName
{
border-color: #2EE151;
}
</style>