Shades of Malachite #2EF363
Tints of Malachite #2EF363
RGB
CMYK
RGB Variations
Color information
#2EF363 (or 0x2EF363) is known color: Malachite. HEX triplet: 2E, F3 and 63. RGB value is (46,243,99). Sum of RGB (Red+Green+Blue) = 46+243+99=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 243 (95.31% from 255 or 62.63% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF363 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF363 is #D10C9C. Grayscale: #A8A8A8. Windows color (decimal): -13700253 or 6550318. OLE color: 6550318.
HSL color Cylindrical-coordinate representation of color #2EF363: hue angle of 136.14º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF363 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 99 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.05 |
| HSL | 136.14º | 0.89% | 0.57% | - |
| HSV(B) | 136.14º | 0.81% | 0.95% | - |
| XYZ | 35.43 | 65.58 | 22.6 | - |
| YUV | 167.68 | 89.23 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 99 | 0.81 | 0 | 0.59 | 0.05 | 136.14 | 0.89 | 0.57 |
| Hex | 2E | F3 | 63 | 51 | 0 | 3B | 5 | 88 | 59 | 39 |
| Octal | 56 | 363 | 143 | 121 | 0 | 73 | 5 | 210 | 131 | 71 |
| Binary | 101110 | 11110011 | 1100011 | 1010001 | 0 | 111011 | 101 | 10001000 | 1011001 | 111001 |
Color Harmonies of #2EF363
Complementary color
Monochromatic Colors of #2EF363
Black with #2EF363
Text Example
Text Example
White with #2EF363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF363; }
p { color: rgb(46,243,99); }
H1.HeaderClassName
{
color: #2EF363;
}
.AnyTagClassName
{
color: #2EF363;
}
</style>
background-color css
<style>
a { background-color: #2EF363; }
a { background-color: rgb(46,243,99); }
div.DivClassName
{
background-color: #2EF363;
}
.BgClassName
{
background-color: #2EF363;
}
</style>
border-color css
<style>
span { border-color: #2EF363; }
span { border-color: rgb(46,243,99); }
td.TdClassName
{
border-color: #2EF363;
}
.TagClassName
{
border-color: #2EF363;
}
</style>