Shades of Malachite #2EDE5A
Tints of Malachite #2EDE5A
RGB
CMYK
RGB Variations
Color information
#2EDE5A (or 0x2EDE5A) is known color: Malachite. HEX triplet: 2E, DE and 5A. RGB value is (46,222,90). Sum of RGB (Red+Green+Blue) = 46+222+90=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 222 (87.11% from 255 or 62.01% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE5A is #D121A5. Grayscale: #9A9A9A. Windows color (decimal): -13705638 or 5955118. OLE color: 5955118.
HSL color Cylindrical-coordinate representation of color #2EDE5A: hue angle of 135º 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 #2EDE5A is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 90 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.13 |
| HSL | 135º | 0.73% | 0.53% | - |
| HSV(B) | 135º | 0.79% | 0.87% | - |
| XYZ | 29.09 | 53.56 | 18.48 | - |
| YUV | 154.33 | 91.69 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 90 | 0.79 | 0 | 0.59 | 0.13 | 135 | 0.73 | 0.53 |
| Hex | 2E | DE | 5A | 4F | 0 | 3B | D | 87 | 49 | 35 |
| Octal | 56 | 336 | 132 | 117 | 0 | 73 | 15 | 207 | 111 | 65 |
| Binary | 101110 | 11011110 | 1011010 | 1001111 | 0 | 111011 | 1101 | 10000111 | 1001001 | 110101 |
Color Harmonies of #2EDE5A
Complementary color
Monochromatic Colors of #2EDE5A
Black with #2EDE5A
Text Example
Text Example
White with #2EDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE5A; }
p { color: rgb(46,222,90); }
H1.HeaderClassName
{
color: #2EDE5A;
}
.AnyTagClassName
{
color: #2EDE5A;
}
</style>
background-color css
<style>
a { background-color: #2EDE5A; }
a { background-color: rgb(46,222,90); }
div.DivClassName
{
background-color: #2EDE5A;
}
.BgClassName
{
background-color: #2EDE5A;
}
</style>
border-color css
<style>
span { border-color: #2EDE5A; }
span { border-color: rgb(46,222,90); }
td.TdClassName
{
border-color: #2EDE5A;
}
.TagClassName
{
border-color: #2EDE5A;
}
</style>