Shades of Malachite #2EE062
Tints of Malachite #2EE062
RGB
CMYK
RGB Variations
Color information
#2EE062 (or 0x2EE062) is known color: Malachite. HEX triplet: 2E, E0 and 62. RGB value is (46,224,98). Sum of RGB (Red+Green+Blue) = 46+224+98=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE062 is #D11F9D. Grayscale: #9C9C9C. Windows color (decimal): -13705118 or 6479918. OLE color: 6479918.
HSL color Cylindrical-coordinate representation of color #2EE062: hue angle of 137.53º 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 #2EE062 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 98 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.12 |
| HSL | 137.53º | 0.74% | 0.53% | - |
| HSV(B) | 137.53º | 0.79% | 0.88% | - |
| XYZ | 29.99 | 54.77 | 20.55 | - |
| YUV | 156.41 | 95.03 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 98 | 0.79 | 0 | 0.56 | 0.12 | 137.53 | 0.74 | 0.53 |
| Hex | 2E | E0 | 62 | 4F | 0 | 38 | C | 8A | 4A | 35 |
| Octal | 56 | 340 | 142 | 117 | 0 | 70 | 14 | 212 | 112 | 65 |
| Binary | 101110 | 11100000 | 1100010 | 1001111 | 0 | 111000 | 1100 | 10001010 | 1001010 | 110101 |
Color Harmonies of #2EE062
Complementary color
Monochromatic Colors of #2EE062
Black with #2EE062
Text Example
Text Example
White with #2EE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE062; }
p { color: rgb(46,224,98); }
H1.HeaderClassName
{
color: #2EE062;
}
.AnyTagClassName
{
color: #2EE062;
}
</style>
background-color css
<style>
a { background-color: #2EE062; }
a { background-color: rgb(46,224,98); }
div.DivClassName
{
background-color: #2EE062;
}
.BgClassName
{
background-color: #2EE062;
}
</style>
border-color css
<style>
span { border-color: #2EE062; }
span { border-color: rgb(46,224,98); }
td.TdClassName
{
border-color: #2EE062;
}
.TagClassName
{
border-color: #2EE062;
}
</style>