Shades of Malachite #2EDE53
Tints of Malachite #2EDE53
RGB
CMYK
RGB Variations
Color information
#2EDE53 (or 0x2EDE53) is known color: Malachite. HEX triplet: 2E, DE and 53. RGB value is (46,222,83). Sum of RGB (Red+Green+Blue) = 46+222+83=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 222 (87.11% from 255 or 63.25% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE53 is #D121AC. Grayscale: #999999. Windows color (decimal): -13705645 or 5496366. OLE color: 5496366.
HSL color Cylindrical-coordinate representation of color #2EDE53: hue angle of 132.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE53 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 83 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.13 |
| HSL | 132.61º | 0.73% | 0.53% | - |
| HSV(B) | 132.61º | 0.79% | 0.87% | - |
| XYZ | 28.81 | 53.45 | 16.98 | - |
| YUV | 153.53 | 88.19 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 83 | 0.79 | 0 | 0.63 | 0.13 | 132.61 | 0.73 | 0.53 |
| Hex | 2E | DE | 53 | 4F | 0 | 3F | D | 85 | 49 | 35 |
| Octal | 56 | 336 | 123 | 117 | 0 | 77 | 15 | 205 | 111 | 65 |
| Binary | 101110 | 11011110 | 1010011 | 1001111 | 0 | 111111 | 1101 | 10000101 | 1001001 | 110101 |
Color Harmonies of #2EDE53
Complementary color
Monochromatic Colors of #2EDE53
Black with #2EDE53
Text Example
Text Example
White with #2EDE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE53; }
p { color: rgb(46,222,83); }
H1.HeaderClassName
{
color: #2EDE53;
}
.AnyTagClassName
{
color: #2EDE53;
}
</style>
background-color css
<style>
a { background-color: #2EDE53; }
a { background-color: rgb(46,222,83); }
div.DivClassName
{
background-color: #2EDE53;
}
.BgClassName
{
background-color: #2EDE53;
}
</style>
border-color css
<style>
span { border-color: #2EDE53; }
span { border-color: rgb(46,222,83); }
td.TdClassName
{
border-color: #2EDE53;
}
.TagClassName
{
border-color: #2EDE53;
}
</style>