Shades of Malachite #2ED752
Tints of Malachite #2ED752
RGB
CMYK
RGB Variations
Color information
#2ED752 (or 0x2ED752) is known color: Malachite. HEX triplet: 2E, D7 and 52. RGB value is (46,215,82). Sum of RGB (Red+Green+Blue) = 46+215+82=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED752 is #D128AD. Grayscale: #959595. Windows color (decimal): -13707438 or 5429038. OLE color: 5429038.
HSL color Cylindrical-coordinate representation of color #2ED752: hue angle of 132.78º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED752 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 82 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.16 |
| HSL | 132.78º | 0.68% | 0.51% | - |
| HSV(B) | 132.78º | 0.79% | 0.84% | - |
| XYZ | 26.95 | 49.79 | 16.17 | - |
| YUV | 149.31 | 90.01 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 82 | 0.79 | 0 | 0.62 | 0.16 | 132.78 | 0.68 | 0.51 |
| Hex | 2E | D7 | 52 | 4F | 0 | 3E | 10 | 85 | 44 | 33 |
| Octal | 56 | 327 | 122 | 117 | 0 | 76 | 20 | 205 | 104 | 63 |
| Binary | 101110 | 11010111 | 1010010 | 1001111 | 0 | 111110 | 10000 | 10000101 | 1000100 | 110011 |
Color Harmonies of #2ED752
Complementary color
Monochromatic Colors of #2ED752
Black with #2ED752
Text Example
Text Example
White with #2ED752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED752; }
p { color: rgb(46,215,82); }
H1.HeaderClassName
{
color: #2ED752;
}
.AnyTagClassName
{
color: #2ED752;
}
</style>
background-color css
<style>
a { background-color: #2ED752; }
a { background-color: rgb(46,215,82); }
div.DivClassName
{
background-color: #2ED752;
}
.BgClassName
{
background-color: #2ED752;
}
</style>
border-color css
<style>
span { border-color: #2ED752; }
span { border-color: rgb(46,215,82); }
td.TdClassName
{
border-color: #2ED752;
}
.TagClassName
{
border-color: #2ED752;
}
</style>