Shades of Malachite #2EF855
Tints of Malachite #2EF855
RGB
CMYK
RGB Variations
Color information
#2EF855 (or 0x2EF855) is known color: Malachite. HEX triplet: 2E, F8 and 55. RGB value is (46,248,85). Sum of RGB (Red+Green+Blue) = 46+248+85=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 248 (97.27% from 255 or 65.44% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF855 is #D107AA. Grayscale: #A9A9A9. Windows color (decimal): -13698987 or 5634094. OLE color: 5634094.
HSL color Cylindrical-coordinate representation of color #2EF855: hue angle of 131.58º 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 #2EF855 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 85 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.03 |
| HSL | 131.58º | 0.94% | 0.58% | - |
| HSV(B) | 131.58º | 0.81% | 0.97% | - |
| XYZ | 36.33 | 68.37 | 19.88 | - |
| YUV | 169.02 | 80.58 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 85 | 0.81 | 0 | 0.66 | 0.03 | 131.58 | 0.94 | 0.58 |
| Hex | 2E | F8 | 55 | 51 | 0 | 42 | 3 | 84 | 5E | 3A |
| Octal | 56 | 370 | 125 | 121 | 0 | 102 | 3 | 204 | 136 | 72 |
| Binary | 101110 | 11111000 | 1010101 | 1010001 | 0 | 1000010 | 11 | 10000100 | 1011110 | 111010 |
Color Harmonies of #2EF855
Complementary color
Monochromatic Colors of #2EF855
Black with #2EF855
Text Example
Text Example
White with #2EF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF855; }
p { color: rgb(46,248,85); }
H1.HeaderClassName
{
color: #2EF855;
}
.AnyTagClassName
{
color: #2EF855;
}
</style>
background-color css
<style>
a { background-color: #2EF855; }
a { background-color: rgb(46,248,85); }
div.DivClassName
{
background-color: #2EF855;
}
.BgClassName
{
background-color: #2EF855;
}
</style>
border-color css
<style>
span { border-color: #2EF855; }
span { border-color: rgb(46,248,85); }
td.TdClassName
{
border-color: #2EF855;
}
.TagClassName
{
border-color: #2EF855;
}
</style>