Shades of Malachite #2EDA53
Tints of Malachite #2EDA53
RGB
CMYK
RGB Variations
Color information
#2EDA53 (or 0x2EDA53) is known color: Malachite. HEX triplet: 2E, DA and 53. RGB value is (46,218,83). Sum of RGB (Red+Green+Blue) = 46+218+83=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDA53 is #D125AC. Grayscale: #979797. Windows color (decimal): -13706669 or 5495342. OLE color: 5495342.
HSL color Cylindrical-coordinate representation of color #2EDA53: hue angle of 132.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA53 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 83 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.15 |
| HSL | 132.91º | 0.7% | 0.52% | - |
| HSV(B) | 132.91º | 0.79% | 0.85% | - |
| XYZ | 27.76 | 51.35 | 16.63 | - |
| YUV | 151.18 | 89.52 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 83 | 0.79 | 0 | 0.62 | 0.15 | 132.91 | 0.7 | 0.52 |
| Hex | 2E | DA | 53 | 4F | 0 | 3E | F | 85 | 46 | 34 |
| Octal | 56 | 332 | 123 | 117 | 0 | 76 | 17 | 205 | 106 | 64 |
| Binary | 101110 | 11011010 | 1010011 | 1001111 | 0 | 111110 | 1111 | 10000101 | 1000110 | 110100 |
Color Harmonies of #2EDA53
Complementary color
Monochromatic Colors of #2EDA53
Black with #2EDA53
Text Example
Text Example
White with #2EDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDA53; }
p { color: rgb(46,218,83); }
H1.HeaderClassName
{
color: #2EDA53;
}
.AnyTagClassName
{
color: #2EDA53;
}
</style>
background-color css
<style>
a { background-color: #2EDA53; }
a { background-color: rgb(46,218,83); }
div.DivClassName
{
background-color: #2EDA53;
}
.BgClassName
{
background-color: #2EDA53;
}
</style>
border-color css
<style>
span { border-color: #2EDA53; }
span { border-color: rgb(46,218,83); }
td.TdClassName
{
border-color: #2EDA53;
}
.TagClassName
{
border-color: #2EDA53;
}
</style>