Shades of Malachite #2EE557
Tints of Malachite #2EE557
RGB
CMYK
RGB Variations
Color information
#2EE557 (or 0x2EE557) is known color: Malachite. HEX triplet: 2E, E5 and 57. RGB value is (46,229,87). Sum of RGB (Red+Green+Blue) = 46+229+87=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 229 (89.84% from 255 or 63.26% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE557 is #D11AA8. Grayscale: #9E9E9E. Windows color (decimal): -13703849 or 5760302. OLE color: 5760302.
HSL color Cylindrical-coordinate representation of color #2EE557: hue angle of 133.44º 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 #2EE557 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 87 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.10 |
| HSL | 133.44º | 0.78% | 0.54% | - |
| HSV(B) | 133.44º | 0.8% | 0.9% | - |
| XYZ | 30.87 | 57.31 | 18.45 | - |
| YUV | 158.1 | 87.87 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 87 | 0.80 | 0 | 0.62 | 0.10 | 133.44 | 0.78 | 0.54 |
| Hex | 2E | E5 | 57 | 50 | 0 | 3E | A | 85 | 4E | 36 |
| Octal | 56 | 345 | 127 | 120 | 0 | 76 | 12 | 205 | 116 | 66 |
| Binary | 101110 | 11100101 | 1010111 | 1010000 | 0 | 111110 | 1010 | 10000101 | 1001110 | 110110 |
Color Harmonies of #2EE557
Complementary color
Monochromatic Colors of #2EE557
Black with #2EE557
Text Example
Text Example
White with #2EE557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE557; }
p { color: rgb(46,229,87); }
H1.HeaderClassName
{
color: #2EE557;
}
.AnyTagClassName
{
color: #2EE557;
}
</style>
background-color css
<style>
a { background-color: #2EE557; }
a { background-color: rgb(46,229,87); }
div.DivClassName
{
background-color: #2EE557;
}
.BgClassName
{
background-color: #2EE557;
}
</style>
border-color css
<style>
span { border-color: #2EE557; }
span { border-color: rgb(46,229,87); }
td.TdClassName
{
border-color: #2EE557;
}
.TagClassName
{
border-color: #2EE557;
}
</style>