Shades of Malachite #2EF755
Tints of Malachite #2EF755
RGB
CMYK
RGB Variations
Color information
#2EF755 (or 0x2EF755) is known color: Malachite. HEX triplet: 2E, F7 and 55. RGB value is (46,247,85). Sum of RGB (Red+Green+Blue) = 46+247+85=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF755 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF755 is #D108AA. Grayscale: #A8A8A8. Windows color (decimal): -13699243 or 5633838. OLE color: 5633838.
HSL color Cylindrical-coordinate representation of color #2EF755: hue angle of 131.64º 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 #2EF755 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 85 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.03 |
| HSL | 131.64º | 0.93% | 0.57% | - |
| HSV(B) | 131.64º | 0.81% | 0.97% | - |
| XYZ | 36.03 | 67.76 | 19.77 | - |
| YUV | 168.43 | 80.91 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 85 | 0.81 | 0 | 0.66 | 0.03 | 131.64 | 0.93 | 0.57 |
| Hex | 2E | F7 | 55 | 51 | 0 | 42 | 3 | 84 | 5D | 39 |
| Octal | 56 | 367 | 125 | 121 | 0 | 102 | 3 | 204 | 135 | 71 |
| Binary | 101110 | 11110111 | 1010101 | 1010001 | 0 | 1000010 | 11 | 10000100 | 1011101 | 111001 |
Color Harmonies of #2EF755
Complementary color
Monochromatic Colors of #2EF755
Black with #2EF755
Text Example
Text Example
White with #2EF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF755; }
p { color: rgb(46,247,85); }
H1.HeaderClassName
{
color: #2EF755;
}
.AnyTagClassName
{
color: #2EF755;
}
</style>
background-color css
<style>
a { background-color: #2EF755; }
a { background-color: rgb(46,247,85); }
div.DivClassName
{
background-color: #2EF755;
}
.BgClassName
{
background-color: #2EF755;
}
</style>
border-color css
<style>
span { border-color: #2EF755; }
span { border-color: rgb(46,247,85); }
td.TdClassName
{
border-color: #2EF755;
}
.TagClassName
{
border-color: #2EF755;
}
</style>