Shades of Malachite #2EE05F
Tints of Malachite #2EE05F
RGB
CMYK
RGB Variations
Color information
#2EE05F (or 0x2EE05F) is known color: Malachite. HEX triplet: 2E, E0 and 5F. RGB value is (46,224,95). Sum of RGB (Red+Green+Blue) = 46+224+95=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE05F is #D11FA0. Grayscale: #9C9C9C. Windows color (decimal): -13705121 or 6283310. OLE color: 6283310.
HSL color Cylindrical-coordinate representation of color #2EE05F: hue angle of 136.52º 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 #2EE05F is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 95 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.12 |
| HSL | 136.52º | 0.74% | 0.53% | - |
| HSV(B) | 136.52º | 0.79% | 0.88% | - |
| XYZ | 29.85 | 54.72 | 19.82 | - |
| YUV | 156.07 | 93.53 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 95 | 0.79 | 0 | 0.58 | 0.12 | 136.52 | 0.74 | 0.53 |
| Hex | 2E | E0 | 5F | 4F | 0 | 3A | C | 89 | 4A | 35 |
| Octal | 56 | 340 | 137 | 117 | 0 | 72 | 14 | 211 | 112 | 65 |
| Binary | 101110 | 11100000 | 1011111 | 1001111 | 0 | 111010 | 1100 | 10001001 | 1001010 | 110101 |
Color Harmonies of #2EE05F
Complementary color
Monochromatic Colors of #2EE05F
Black with #2EE05F
Text Example
Text Example
White with #2EE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE05F; }
p { color: rgb(46,224,95); }
H1.HeaderClassName
{
color: #2EE05F;
}
.AnyTagClassName
{
color: #2EE05F;
}
</style>
background-color css
<style>
a { background-color: #2EE05F; }
a { background-color: rgb(46,224,95); }
div.DivClassName
{
background-color: #2EE05F;
}
.BgClassName
{
background-color: #2EE05F;
}
</style>
border-color css
<style>
span { border-color: #2EE05F; }
span { border-color: rgb(46,224,95); }
td.TdClassName
{
border-color: #2EE05F;
}
.TagClassName
{
border-color: #2EE05F;
}
</style>