Shades of Malachite #2EDF51
Tints of Malachite #2EDF51
RGB
CMYK
RGB Variations
Color information
#2EDF51 (or 0x2EDF51) is known color: Malachite. HEX triplet: 2E, DF and 51. RGB value is (46,223,81). Sum of RGB (Red+Green+Blue) = 46+223+81=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF51 is #D120AE. Grayscale: #9A9A9A. Windows color (decimal): -13705391 or 5365550. OLE color: 5365550.
HSL color Cylindrical-coordinate representation of color #2EDF51: hue angle of 131.86º 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 #2EDF51 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 81 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.13 |
| HSL | 131.86º | 0.73% | 0.53% | - |
| HSV(B) | 131.86º | 0.79% | 0.87% | - |
| XYZ | 29 | 53.95 | 16.67 | - |
| YUV | 153.89 | 86.86 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 81 | 0.79 | 0 | 0.64 | 0.13 | 131.86 | 0.73 | 0.53 |
| Hex | 2E | DF | 51 | 4F | 0 | 40 | D | 84 | 49 | 35 |
| Octal | 56 | 337 | 121 | 117 | 0 | 100 | 15 | 204 | 111 | 65 |
| Binary | 101110 | 11011111 | 1010001 | 1001111 | 0 | 1000000 | 1101 | 10000100 | 1001001 | 110101 |
Color Harmonies of #2EDF51
Complementary color
Monochromatic Colors of #2EDF51
Black with #2EDF51
Text Example
Text Example
White with #2EDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF51; }
p { color: rgb(46,223,81); }
H1.HeaderClassName
{
color: #2EDF51;
}
.AnyTagClassName
{
color: #2EDF51;
}
</style>
background-color css
<style>
a { background-color: #2EDF51; }
a { background-color: rgb(46,223,81); }
div.DivClassName
{
background-color: #2EDF51;
}
.BgClassName
{
background-color: #2EDF51;
}
</style>
border-color css
<style>
span { border-color: #2EDF51; }
span { border-color: rgb(46,223,81); }
td.TdClassName
{
border-color: #2EDF51;
}
.TagClassName
{
border-color: #2EDF51;
}
</style>