Shades of Malachite #2EF063
Tints of Malachite #2EF063
RGB
CMYK
RGB Variations
Color information
#2EF063 (or 0x2EF063) is known color: Malachite. HEX triplet: 2E, F0 and 63. RGB value is (46,240,99). Sum of RGB (Red+Green+Blue) = 46+240+99=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF063 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF063 is #D10F9C. Grayscale: #A6A6A6. Windows color (decimal): -13701021 or 6549550. OLE color: 6549550.
HSL color Cylindrical-coordinate representation of color #2EF063: hue angle of 136.39º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF063 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 99 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.06 |
| HSL | 136.39º | 0.87% | 0.56% | - |
| HSV(B) | 136.39º | 0.81% | 0.94% | - |
| XYZ | 34.54 | 63.8 | 22.3 | - |
| YUV | 165.92 | 90.23 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 99 | 0.81 | 0 | 0.59 | 0.06 | 136.39 | 0.87 | 0.56 |
| Hex | 2E | F0 | 63 | 51 | 0 | 3B | 6 | 88 | 57 | 38 |
| Octal | 56 | 360 | 143 | 121 | 0 | 73 | 6 | 210 | 127 | 70 |
| Binary | 101110 | 11110000 | 1100011 | 1010001 | 0 | 111011 | 110 | 10001000 | 1010111 | 111000 |
Color Harmonies of #2EF063
Complementary color
Monochromatic Colors of #2EF063
Black with #2EF063
Text Example
Text Example
White with #2EF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF063; }
p { color: rgb(46,240,99); }
H1.HeaderClassName
{
color: #2EF063;
}
.AnyTagClassName
{
color: #2EF063;
}
</style>
background-color css
<style>
a { background-color: #2EF063; }
a { background-color: rgb(46,240,99); }
div.DivClassName
{
background-color: #2EF063;
}
.BgClassName
{
background-color: #2EF063;
}
</style>
border-color css
<style>
span { border-color: #2EF063; }
span { border-color: rgb(46,240,99); }
td.TdClassName
{
border-color: #2EF063;
}
.TagClassName
{
border-color: #2EF063;
}
</style>