Shades of Malachite #2EF660
Tints of Malachite #2EF660
RGB
CMYK
RGB Variations
Color information
#2EF660 (or 0x2EF660) is known color: Malachite. HEX triplet: 2E, F6 and 60. RGB value is (46,246,96). Sum of RGB (Red+Green+Blue) = 46+246+96=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF660 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF660 is #D1099F. Grayscale: #A9A9A9. Windows color (decimal): -13699488 or 6354478. OLE color: 6354478.
HSL color Cylindrical-coordinate representation of color #2EF660: hue angle of 135º 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 #2EF660 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 96 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.04 |
| HSL | 135º | 0.92% | 0.57% | - |
| HSV(B) | 135º | 0.81% | 0.96% | - |
| XYZ | 36.19 | 67.34 | 22.16 | - |
| YUV | 169.1 | 86.74 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 96 | 0.81 | 0 | 0.61 | 0.04 | 135 | 0.92 | 0.57 |
| Hex | 2E | F6 | 60 | 51 | 0 | 3D | 4 | 87 | 5C | 39 |
| Octal | 56 | 366 | 140 | 121 | 0 | 75 | 4 | 207 | 134 | 71 |
| Binary | 101110 | 11110110 | 1100000 | 1010001 | 0 | 111101 | 100 | 10000111 | 1011100 | 111001 |
Color Harmonies of #2EF660
Complementary color
Monochromatic Colors of #2EF660
Black with #2EF660
Text Example
Text Example
White with #2EF660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF660; }
p { color: rgb(46,246,96); }
H1.HeaderClassName
{
color: #2EF660;
}
.AnyTagClassName
{
color: #2EF660;
}
</style>
background-color css
<style>
a { background-color: #2EF660; }
a { background-color: rgb(46,246,96); }
div.DivClassName
{
background-color: #2EF660;
}
.BgClassName
{
background-color: #2EF660;
}
</style>
border-color css
<style>
span { border-color: #2EF660; }
span { border-color: rgb(46,246,96); }
td.TdClassName
{
border-color: #2EF660;
}
.TagClassName
{
border-color: #2EF660;
}
</style>