Shades of Malachite #2EE555
Tints of Malachite #2EE555
RGB
CMYK
RGB Variations
Color information
#2EE555 (or 0x2EE555) is known color: Malachite. HEX triplet: 2E, E5 and 55. RGB value is (46,229,85). Sum of RGB (Red+Green+Blue) = 46+229+85=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 229 (89.84% from 255 or 63.61% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE555 is #D11AAA. Grayscale: #9E9E9E. Windows color (decimal): -13703851 or 5629230. OLE color: 5629230.
HSL color Cylindrical-coordinate representation of color #2EE555: hue angle of 132.79º 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 #2EE555 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 85 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.10 |
| HSL | 132.79º | 0.78% | 0.54% | - |
| HSV(B) | 132.79º | 0.8% | 0.9% | - |
| XYZ | 30.79 | 57.28 | 18.03 | - |
| YUV | 157.87 | 86.87 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 85 | 0.80 | 0 | 0.63 | 0.10 | 132.79 | 0.78 | 0.54 |
| Hex | 2E | E5 | 55 | 50 | 0 | 3F | A | 85 | 4E | 36 |
| Octal | 56 | 345 | 125 | 120 | 0 | 77 | 12 | 205 | 116 | 66 |
| Binary | 101110 | 11100101 | 1010101 | 1010000 | 0 | 111111 | 1010 | 10000101 | 1001110 | 110110 |
Color Harmonies of #2EE555
Complementary color
Monochromatic Colors of #2EE555
Black with #2EE555
Text Example
Text Example
White with #2EE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE555; }
p { color: rgb(46,229,85); }
H1.HeaderClassName
{
color: #2EE555;
}
.AnyTagClassName
{
color: #2EE555;
}
</style>
background-color css
<style>
a { background-color: #2EE555; }
a { background-color: rgb(46,229,85); }
div.DivClassName
{
background-color: #2EE555;
}
.BgClassName
{
background-color: #2EE555;
}
</style>
border-color css
<style>
span { border-color: #2EE555; }
span { border-color: rgb(46,229,85); }
td.TdClassName
{
border-color: #2EE555;
}
.TagClassName
{
border-color: #2EE555;
}
</style>