Shades of Malachite #2EE05D
Tints of Malachite #2EE05D
RGB
CMYK
RGB Variations
Color information
#2EE05D (or 0x2EE05D) is known color: Malachite. HEX triplet: 2E, E0 and 5D. RGB value is (46,224,93). Sum of RGB (Red+Green+Blue) = 46+224+93=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE05D is #D11FA2. Grayscale: #9C9C9C. Windows color (decimal): -13705123 or 6152238. OLE color: 6152238.
HSL color Cylindrical-coordinate representation of color #2EE05D: hue angle of 135.84º 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 #2EE05D is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 93 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.12 |
| HSL | 135.84º | 0.74% | 0.53% | - |
| HSV(B) | 135.84º | 0.79% | 0.88% | - |
| XYZ | 29.76 | 54.68 | 19.34 | - |
| YUV | 155.84 | 92.53 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 93 | 0.79 | 0 | 0.58 | 0.12 | 135.84 | 0.74 | 0.53 |
| Hex | 2E | E0 | 5D | 4F | 0 | 3A | C | 88 | 4A | 35 |
| Octal | 56 | 340 | 135 | 117 | 0 | 72 | 14 | 210 | 112 | 65 |
| Binary | 101110 | 11100000 | 1011101 | 1001111 | 0 | 111010 | 1100 | 10001000 | 1001010 | 110101 |
Color Harmonies of #2EE05D
Complementary color
Monochromatic Colors of #2EE05D
Black with #2EE05D
Text Example
Text Example
White with #2EE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE05D; }
p { color: rgb(46,224,93); }
H1.HeaderClassName
{
color: #2EE05D;
}
.AnyTagClassName
{
color: #2EE05D;
}
</style>
background-color css
<style>
a { background-color: #2EE05D; }
a { background-color: rgb(46,224,93); }
div.DivClassName
{
background-color: #2EE05D;
}
.BgClassName
{
background-color: #2EE05D;
}
</style>
border-color css
<style>
span { border-color: #2EE05D; }
span { border-color: rgb(46,224,93); }
td.TdClassName
{
border-color: #2EE05D;
}
.TagClassName
{
border-color: #2EE05D;
}
</style>