Shades of Malachite #2EEA56
Tints of Malachite #2EEA56
RGB
CMYK
RGB Variations
Color information
#2EEA56 (or 0x2EEA56) is known color: Malachite. HEX triplet: 2E, EA and 56. RGB value is (46,234,86). Sum of RGB (Red+Green+Blue) = 46+234+86=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 234 (91.80% from 255 or 63.93% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA56 is #D115A9. Grayscale: #A1A1A1. Windows color (decimal): -13702570 or 5696046. OLE color: 5696046.
HSL color Cylindrical-coordinate representation of color #2EEA56: hue angle of 132.77º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA56 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 86 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.08 |
| HSL | 132.77º | 0.82% | 0.55% | - |
| HSV(B) | 132.77º | 0.8% | 0.92% | - |
| XYZ | 32.23 | 60.1 | 18.71 | - |
| YUV | 160.92 | 85.72 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 86 | 0.80 | 0 | 0.63 | 0.08 | 132.77 | 0.82 | 0.55 |
| Hex | 2E | EA | 56 | 50 | 0 | 3F | 8 | 85 | 52 | 37 |
| Octal | 56 | 352 | 126 | 120 | 0 | 77 | 10 | 205 | 122 | 67 |
| Binary | 101110 | 11101010 | 1010110 | 1010000 | 0 | 111111 | 1000 | 10000101 | 1010010 | 110111 |
Color Harmonies of #2EEA56
Complementary color
Monochromatic Colors of #2EEA56
Black with #2EEA56
Text Example
Text Example
White with #2EEA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA56; }
p { color: rgb(46,234,86); }
H1.HeaderClassName
{
color: #2EEA56;
}
.AnyTagClassName
{
color: #2EEA56;
}
</style>
background-color css
<style>
a { background-color: #2EEA56; }
a { background-color: rgb(46,234,86); }
div.DivClassName
{
background-color: #2EEA56;
}
.BgClassName
{
background-color: #2EEA56;
}
</style>
border-color css
<style>
span { border-color: #2EEA56; }
span { border-color: rgb(46,234,86); }
td.TdClassName
{
border-color: #2EEA56;
}
.TagClassName
{
border-color: #2EEA56;
}
</style>