Shades of Malachite #2EE35A
Tints of Malachite #2EE35A
RGB
CMYK
RGB Variations
Color information
#2EE35A (or 0x2EE35A) is known color: Malachite. HEX triplet: 2E, E3 and 5A. RGB value is (46,227,90). Sum of RGB (Red+Green+Blue) = 46+227+90=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 227 (89.06% from 255 or 62.53% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE35A is #D11CA5. Grayscale: #9D9D9D. Windows color (decimal): -13704358 or 5956398. OLE color: 5956398.
HSL color Cylindrical-coordinate representation of color #2EE35A: hue angle of 134.59º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE35A is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 227 | 90 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.11 |
| HSL | 134.59º | 0.76% | 0.54% | - |
| HSV(B) | 134.59º | 0.8% | 0.89% | - |
| XYZ | 30.44 | 56.26 | 18.93 | - |
| YUV | 157.26 | 90.03 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 227 | 90 | 0.80 | 0 | 0.60 | 0.11 | 134.59 | 0.76 | 0.54 |
| Hex | 2E | E3 | 5A | 50 | 0 | 3C | B | 87 | 4C | 36 |
| Octal | 56 | 343 | 132 | 120 | 0 | 74 | 13 | 207 | 114 | 66 |
| Binary | 101110 | 11100011 | 1011010 | 1010000 | 0 | 111100 | 1011 | 10000111 | 1001100 | 110110 |
Color Harmonies of #2EE35A
Complementary color
Monochromatic Colors of #2EE35A
Black with #2EE35A
Text Example
Text Example
White with #2EE35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE35A; }
p { color: rgb(46,227,90); }
H1.HeaderClassName
{
color: #2EE35A;
}
.AnyTagClassName
{
color: #2EE35A;
}
</style>
background-color css
<style>
a { background-color: #2EE35A; }
a { background-color: rgb(46,227,90); }
div.DivClassName
{
background-color: #2EE35A;
}
.BgClassName
{
background-color: #2EE35A;
}
</style>
border-color css
<style>
span { border-color: #2EE35A; }
span { border-color: rgb(46,227,90); }
td.TdClassName
{
border-color: #2EE35A;
}
.TagClassName
{
border-color: #2EE35A;
}
</style>