Shades of Malachite #2EE05E
Tints of Malachite #2EE05E
RGB
CMYK
RGB Variations
Color information
#2EE05E (or 0x2EE05E) is known color: Malachite. HEX triplet: 2E, E0 and 5E. RGB value is (46,224,94). Sum of RGB (Red+Green+Blue) = 46+224+94=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE05E is #D11FA1. Grayscale: #9C9C9C. Windows color (decimal): -13705122 or 6217774. OLE color: 6217774.
HSL color Cylindrical-coordinate representation of color #2EE05E: hue angle of 136.18º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE05E is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 94 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.12 |
| HSL | 136.18º | 0.74% | 0.53% | - |
| HSV(B) | 136.18º | 0.79% | 0.88% | - |
| XYZ | 29.8 | 54.7 | 19.58 | - |
| YUV | 155.96 | 93.03 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 94 | 0.79 | 0 | 0.58 | 0.12 | 136.18 | 0.74 | 0.53 |
| Hex | 2E | E0 | 5E | 4F | 0 | 3A | C | 88 | 4A | 35 |
| Octal | 56 | 340 | 136 | 117 | 0 | 72 | 14 | 210 | 112 | 65 |
| Binary | 101110 | 11100000 | 1011110 | 1001111 | 0 | 111010 | 1100 | 10001000 | 1001010 | 110101 |
Color Harmonies of #2EE05E
Complementary color
Monochromatic Colors of #2EE05E
Black with #2EE05E
Text Example
Text Example
White with #2EE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE05E; }
p { color: rgb(46,224,94); }
H1.HeaderClassName
{
color: #2EE05E;
}
.AnyTagClassName
{
color: #2EE05E;
}
</style>
background-color css
<style>
a { background-color: #2EE05E; }
a { background-color: rgb(46,224,94); }
div.DivClassName
{
background-color: #2EE05E;
}
.BgClassName
{
background-color: #2EE05E;
}
</style>
border-color css
<style>
span { border-color: #2EE05E; }
span { border-color: rgb(46,224,94); }
td.TdClassName
{
border-color: #2EE05E;
}
.TagClassName
{
border-color: #2EE05E;
}
</style>