Shades of Malachite #2EE561
Tints of Malachite #2EE561
RGB
CMYK
RGB Variations
Color information
#2EE561 (or 0x2EE561) is known color: Malachite. HEX triplet: 2E, E5 and 61. RGB value is (46,229,97). Sum of RGB (Red+Green+Blue) = 46+229+97=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 229 (89.84% from 255 or 61.56% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE561 is #D11A9E. Grayscale: #9F9F9F. Windows color (decimal): -13703839 or 6415662. OLE color: 6415662.
HSL color Cylindrical-coordinate representation of color #2EE561: hue angle of 136.72º 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 #2EE561 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 97 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.10 |
| HSL | 136.72º | 0.78% | 0.54% | - |
| HSV(B) | 136.72º | 0.8% | 0.9% | - |
| XYZ | 31.3 | 57.48 | 20.75 | - |
| YUV | 159.24 | 92.87 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 97 | 0.80 | 0 | 0.58 | 0.10 | 136.72 | 0.78 | 0.54 |
| Hex | 2E | E5 | 61 | 50 | 0 | 3A | A | 89 | 4E | 36 |
| Octal | 56 | 345 | 141 | 120 | 0 | 72 | 12 | 211 | 116 | 66 |
| Binary | 101110 | 11100101 | 1100001 | 1010000 | 0 | 111010 | 1010 | 10001001 | 1001110 | 110110 |
Color Harmonies of #2EE561
Complementary color
Monochromatic Colors of #2EE561
Black with #2EE561
Text Example
Text Example
White with #2EE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE561; }
p { color: rgb(46,229,97); }
H1.HeaderClassName
{
color: #2EE561;
}
.AnyTagClassName
{
color: #2EE561;
}
</style>
background-color css
<style>
a { background-color: #2EE561; }
a { background-color: rgb(46,229,97); }
div.DivClassName
{
background-color: #2EE561;
}
.BgClassName
{
background-color: #2EE561;
}
</style>
border-color css
<style>
span { border-color: #2EE561; }
span { border-color: rgb(46,229,97); }
td.TdClassName
{
border-color: #2EE561;
}
.TagClassName
{
border-color: #2EE561;
}
</style>