Shades of Malachite #2ED75A
Tints of Malachite #2ED75A
RGB
CMYK
RGB Variations
Color information
#2ED75A (or 0x2ED75A) is known color: Malachite. HEX triplet: 2E, D7 and 5A. RGB value is (46,215,90). Sum of RGB (Red+Green+Blue) = 46+215+90=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED75A is #D128A5. Grayscale: #969696. Windows color (decimal): -13707430 or 5953326. OLE color: 5953326.
HSL color Cylindrical-coordinate representation of color #2ED75A: hue angle of 135.62º 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 #2ED75A is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 90 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.16 |
| HSL | 135.62º | 0.68% | 0.51% | - |
| HSV(B) | 135.62º | 0.79% | 0.84% | - |
| XYZ | 27.27 | 49.92 | 17.87 | - |
| YUV | 150.22 | 94.01 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 90 | 0.79 | 0 | 0.58 | 0.16 | 135.62 | 0.68 | 0.51 |
| Hex | 2E | D7 | 5A | 4F | 0 | 3A | 10 | 88 | 44 | 33 |
| Octal | 56 | 327 | 132 | 117 | 0 | 72 | 20 | 210 | 104 | 63 |
| Binary | 101110 | 11010111 | 1011010 | 1001111 | 0 | 111010 | 10000 | 10001000 | 1000100 | 110011 |
Color Harmonies of #2ED75A
Complementary color
Monochromatic Colors of #2ED75A
Black with #2ED75A
Text Example
Text Example
White with #2ED75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED75A; }
p { color: rgb(46,215,90); }
H1.HeaderClassName
{
color: #2ED75A;
}
.AnyTagClassName
{
color: #2ED75A;
}
</style>
background-color css
<style>
a { background-color: #2ED75A; }
a { background-color: rgb(46,215,90); }
div.DivClassName
{
background-color: #2ED75A;
}
.BgClassName
{
background-color: #2ED75A;
}
</style>
border-color css
<style>
span { border-color: #2ED75A; }
span { border-color: rgb(46,215,90); }
td.TdClassName
{
border-color: #2ED75A;
}
.TagClassName
{
border-color: #2ED75A;
}
</style>