Shades of Malachite #2EEB6D
Tints of Malachite #2EEB6D
RGB
CMYK
RGB Variations
Color information
#2EEB6D (or 0x2EEB6D) is known color: Malachite. HEX triplet: 2E, EB and 6D. RGB value is (46,235,109). Sum of RGB (Red+Green+Blue) = 46+235+109=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 235 (92.19% from 255 or 60.26% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB6D is #D11492. Grayscale: #A4A4A4. Windows color (decimal): -13702291 or 7203630. OLE color: 7203630.
HSL color Cylindrical-coordinate representation of color #2EEB6D: hue angle of 140º degrees, saturation: 0.83, 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 #2EEB6D is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 109 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.08 |
| HSL | 140º | 0.83% | 0.55% | - |
| HSV(B) | 140º | 0.8% | 0.92% | - |
| XYZ | 33.6 | 61.1 | 24.49 | - |
| YUV | 164.13 | 96.88 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 109 | 0.80 | 0 | 0.54 | 0.08 | 140 | 0.83 | 0.55 |
| Hex | 2E | EB | 6D | 50 | 0 | 36 | 8 | 8C | 53 | 37 |
| Octal | 56 | 353 | 155 | 120 | 0 | 66 | 10 | 214 | 123 | 67 |
| Binary | 101110 | 11101011 | 1101101 | 1010000 | 0 | 110110 | 1000 | 10001100 | 1010011 | 110111 |
Color Harmonies of #2EEB6D
Complementary color
Monochromatic Colors of #2EEB6D
Black with #2EEB6D
Text Example
Text Example
White with #2EEB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB6D; }
p { color: rgb(46,235,109); }
H1.HeaderClassName
{
color: #2EEB6D;
}
.AnyTagClassName
{
color: #2EEB6D;
}
</style>
background-color css
<style>
a { background-color: #2EEB6D; }
a { background-color: rgb(46,235,109); }
div.DivClassName
{
background-color: #2EEB6D;
}
.BgClassName
{
background-color: #2EEB6D;
}
</style>
border-color css
<style>
span { border-color: #2EEB6D; }
span { border-color: rgb(46,235,109); }
td.TdClassName
{
border-color: #2EEB6D;
}
.TagClassName
{
border-color: #2EEB6D;
}
</style>