Shades of Malachite #2EF65D
Tints of Malachite #2EF65D
RGB
CMYK
RGB Variations
Color information
#2EF65D (or 0x2EF65D) is known color: Malachite. HEX triplet: 2E, F6 and 5D. RGB value is (46,246,93). Sum of RGB (Red+Green+Blue) = 46+246+93=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 246 (96.48% from 255 or 63.90% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF65D is #D109A2. Grayscale: #A9A9A9. Windows color (decimal): -13699491 or 6157870. OLE color: 6157870.
HSL color Cylindrical-coordinate representation of color #2EF65D: hue angle of 134.1º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF65D is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 93 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.04 |
| HSL | 134.1º | 0.92% | 0.57% | - |
| HSV(B) | 134.1º | 0.81% | 0.96% | - |
| XYZ | 36.06 | 67.28 | 21.44 | - |
| YUV | 168.76 | 85.24 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 93 | 0.81 | 0 | 0.62 | 0.04 | 134.1 | 0.92 | 0.57 |
| Hex | 2E | F6 | 5D | 51 | 0 | 3E | 4 | 86 | 5C | 39 |
| Octal | 56 | 366 | 135 | 121 | 0 | 76 | 4 | 206 | 134 | 71 |
| Binary | 101110 | 11110110 | 1011101 | 1010001 | 0 | 111110 | 100 | 10000110 | 1011100 | 111001 |
Color Harmonies of #2EF65D
Complementary color
Monochromatic Colors of #2EF65D
Black with #2EF65D
Text Example
Text Example
White with #2EF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF65D; }
p { color: rgb(46,246,93); }
H1.HeaderClassName
{
color: #2EF65D;
}
.AnyTagClassName
{
color: #2EF65D;
}
</style>
background-color css
<style>
a { background-color: #2EF65D; }
a { background-color: rgb(46,246,93); }
div.DivClassName
{
background-color: #2EF65D;
}
.BgClassName
{
background-color: #2EF65D;
}
</style>
border-color css
<style>
span { border-color: #2EF65D; }
span { border-color: rgb(46,246,93); }
td.TdClassName
{
border-color: #2EF65D;
}
.TagClassName
{
border-color: #2EF65D;
}
</style>