Shades of Malachite #2EE157
Tints of Malachite #2EE157
RGB
CMYK
RGB Variations
Color information
#2EE157 (or 0x2EE157) is known color: Malachite. HEX triplet: 2E, E1 and 57. RGB value is (46,225,87). Sum of RGB (Red+Green+Blue) = 46+225+87=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE157 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE157 is #D11EA8. Grayscale: #9C9C9C. Windows color (decimal): -13704873 or 5759278. OLE color: 5759278.
HSL color Cylindrical-coordinate representation of color #2EE157: hue angle of 133.74º 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 #2EE157 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 87 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.12 |
| HSL | 133.74º | 0.75% | 0.53% | - |
| HSV(B) | 133.74º | 0.8% | 0.88% | - |
| XYZ | 29.77 | 55.12 | 18.09 | - |
| YUV | 155.75 | 89.2 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 87 | 0.80 | 0 | 0.61 | 0.12 | 133.74 | 0.75 | 0.53 |
| Hex | 2E | E1 | 57 | 50 | 0 | 3D | C | 86 | 4B | 35 |
| Octal | 56 | 341 | 127 | 120 | 0 | 75 | 14 | 206 | 113 | 65 |
| Binary | 101110 | 11100001 | 1010111 | 1010000 | 0 | 111101 | 1100 | 10000110 | 1001011 | 110101 |
Color Harmonies of #2EE157
Complementary color
Monochromatic Colors of #2EE157
Black with #2EE157
Text Example
Text Example
White with #2EE157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE157; }
p { color: rgb(46,225,87); }
H1.HeaderClassName
{
color: #2EE157;
}
.AnyTagClassName
{
color: #2EE157;
}
</style>
background-color css
<style>
a { background-color: #2EE157; }
a { background-color: rgb(46,225,87); }
div.DivClassName
{
background-color: #2EE157;
}
.BgClassName
{
background-color: #2EE157;
}
</style>
border-color css
<style>
span { border-color: #2EE157; }
span { border-color: rgb(46,225,87); }
td.TdClassName
{
border-color: #2EE157;
}
.TagClassName
{
border-color: #2EE157;
}
</style>