Shades of Malachite #2EF760
Tints of Malachite #2EF760
RGB
CMYK
RGB Variations
Color information
#2EF760 (or 0x2EF760) is known color: Malachite. HEX triplet: 2E, F7 and 60. RGB value is (46,247,96). Sum of RGB (Red+Green+Blue) = 46+247+96=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 247 (96.88% from 255 or 63.50% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF760 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF760 is #D1089F. Grayscale: #AAAAAA. Windows color (decimal): -13699232 or 6354734. OLE color: 6354734.
HSL color Cylindrical-coordinate representation of color #2EF760: hue angle of 134.93º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF760 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 96 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.03 |
| HSL | 134.93º | 0.93% | 0.57% | - |
| HSV(B) | 134.93º | 0.81% | 0.97% | - |
| XYZ | 36.5 | 67.95 | 22.26 | - |
| YUV | 169.69 | 86.41 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 96 | 0.81 | 0 | 0.61 | 0.03 | 134.93 | 0.93 | 0.57 |
| Hex | 2E | F7 | 60 | 51 | 0 | 3D | 3 | 87 | 5D | 39 |
| Octal | 56 | 367 | 140 | 121 | 0 | 75 | 3 | 207 | 135 | 71 |
| Binary | 101110 | 11110111 | 1100000 | 1010001 | 0 | 111101 | 11 | 10000111 | 1011101 | 111001 |
Color Harmonies of #2EF760
Complementary color
Monochromatic Colors of #2EF760
Black with #2EF760
Text Example
Text Example
White with #2EF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF760; }
p { color: rgb(46,247,96); }
H1.HeaderClassName
{
color: #2EF760;
}
.AnyTagClassName
{
color: #2EF760;
}
</style>
background-color css
<style>
a { background-color: #2EF760; }
a { background-color: rgb(46,247,96); }
div.DivClassName
{
background-color: #2EF760;
}
.BgClassName
{
background-color: #2EF760;
}
</style>
border-color css
<style>
span { border-color: #2EF760; }
span { border-color: rgb(46,247,96); }
td.TdClassName
{
border-color: #2EF760;
}
.TagClassName
{
border-color: #2EF760;
}
</style>