Shades of Malachite #2EF862
Tints of Malachite #2EF862
RGB
CMYK
RGB Variations
Color information
#2EF862 (or 0x2EF862) is known color: Malachite. HEX triplet: 2E, F8 and 62. RGB value is (46,248,98). Sum of RGB (Red+Green+Blue) = 46+248+98=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 248 (97.27% from 255 or 63.27% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF862 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF862 is #D1079D. Grayscale: #AAAAAA. Windows color (decimal): -13698974 or 6486062. OLE color: 6486062.
HSL color Cylindrical-coordinate representation of color #2EF862: hue angle of 135.45º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF862 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 98 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.03 |
| HSL | 135.45º | 0.94% | 0.58% | - |
| HSV(B) | 135.45º | 0.81% | 0.97% | - |
| XYZ | 36.9 | 68.6 | 22.85 | - |
| YUV | 170.5 | 87.08 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 98 | 0.81 | 0 | 0.60 | 0.03 | 135.45 | 0.94 | 0.58 |
| Hex | 2E | F8 | 62 | 51 | 0 | 3C | 3 | 87 | 5E | 3A |
| Octal | 56 | 370 | 142 | 121 | 0 | 74 | 3 | 207 | 136 | 72 |
| Binary | 101110 | 11111000 | 1100010 | 1010001 | 0 | 111100 | 11 | 10000111 | 1011110 | 111010 |
Color Harmonies of #2EF862
Complementary color
Monochromatic Colors of #2EF862
Black with #2EF862
Text Example
Text Example
White with #2EF862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF862; }
p { color: rgb(46,248,98); }
H1.HeaderClassName
{
color: #2EF862;
}
.AnyTagClassName
{
color: #2EF862;
}
</style>
background-color css
<style>
a { background-color: #2EF862; }
a { background-color: rgb(46,248,98); }
div.DivClassName
{
background-color: #2EF862;
}
.BgClassName
{
background-color: #2EF862;
}
</style>
border-color css
<style>
span { border-color: #2EF862; }
span { border-color: rgb(46,248,98); }
td.TdClassName
{
border-color: #2EF862;
}
.TagClassName
{
border-color: #2EF862;
}
</style>