Shades of Malachite #2ED05B
Tints of Malachite #2ED05B
RGB
CMYK
RGB Variations
Color information
#2ED05B (or 0x2ED05B) is known color: Malachite. HEX triplet: 2E, D0 and 5B. RGB value is (46,208,91). Sum of RGB (Red+Green+Blue) = 46+208+91=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED05B is #D12FA4. Grayscale: #929292. Windows color (decimal): -13709221 or 6017070. OLE color: 6017070.
HSL color Cylindrical-coordinate representation of color #2ED05B: hue angle of 136.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED05B is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 91 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.18 |
| HSL | 136.67º | 0.64% | 0.5% | - |
| HSV(B) | 136.67º | 0.78% | 0.82% | - |
| XYZ | 25.57 | 46.45 | 17.52 | - |
| YUV | 146.22 | 96.83 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 91 | 0.78 | 0 | 0.56 | 0.18 | 136.67 | 0.64 | 0.5 |
| Hex | 2E | D0 | 5B | 4E | 0 | 38 | 12 | 89 | 40 | 32 |
| Octal | 56 | 320 | 133 | 116 | 0 | 70 | 22 | 211 | 100 | 62 |
| Binary | 101110 | 11010000 | 1011011 | 1001110 | 0 | 111000 | 10010 | 10001001 | 1000000 | 110010 |
Color Harmonies of #2ED05B
Complementary color
Monochromatic Colors of #2ED05B
Black with #2ED05B
Text Example
Text Example
White with #2ED05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED05B; }
p { color: rgb(46,208,91); }
H1.HeaderClassName
{
color: #2ED05B;
}
.AnyTagClassName
{
color: #2ED05B;
}
</style>
background-color css
<style>
a { background-color: #2ED05B; }
a { background-color: rgb(46,208,91); }
div.DivClassName
{
background-color: #2ED05B;
}
.BgClassName
{
background-color: #2ED05B;
}
</style>
border-color css
<style>
span { border-color: #2ED05B; }
span { border-color: rgb(46,208,91); }
td.TdClassName
{
border-color: #2ED05B;
}
.TagClassName
{
border-color: #2ED05B;
}
</style>