Shades of Malachite #2EFA62
Tints of Malachite #2EFA62
RGB
CMYK
RGB Variations
Color information
#2EFA62 (or 0x2EFA62) is known color: Malachite. HEX triplet: 2E, FA and 62. RGB value is (46,250,98). Sum of RGB (Red+Green+Blue) = 46+250+98=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA62 is #D1059D. Grayscale: #ACACAC. Windows color (decimal): -13698462 or 6486574. OLE color: 6486574.
HSL color Cylindrical-coordinate representation of color #2EFA62: hue angle of 135.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA62 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 98 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.02 |
| HSL | 135.29º | 0.95% | 0.58% | - |
| HSV(B) | 135.29º | 0.82% | 0.98% | - |
| XYZ | 37.52 | 69.83 | 23.06 | - |
| YUV | 171.68 | 86.41 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 98 | 0.82 | 0 | 0.61 | 0.02 | 135.29 | 0.95 | 0.58 |
| Hex | 2E | FA | 62 | 52 | 0 | 3D | 2 | 87 | 5F | 3A |
| Octal | 56 | 372 | 142 | 122 | 0 | 75 | 2 | 207 | 137 | 72 |
| Binary | 101110 | 11111010 | 1100010 | 1010010 | 0 | 111101 | 10 | 10000111 | 1011111 | 111010 |
Color Harmonies of #2EFA62
Complementary color
Monochromatic Colors of #2EFA62
Black with #2EFA62
Text Example
Text Example
White with #2EFA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA62; }
p { color: rgb(46,250,98); }
H1.HeaderClassName
{
color: #2EFA62;
}
.AnyTagClassName
{
color: #2EFA62;
}
</style>
background-color css
<style>
a { background-color: #2EFA62; }
a { background-color: rgb(46,250,98); }
div.DivClassName
{
background-color: #2EFA62;
}
.BgClassName
{
background-color: #2EFA62;
}
</style>
border-color css
<style>
span { border-color: #2EFA62; }
span { border-color: rgb(46,250,98); }
td.TdClassName
{
border-color: #2EFA62;
}
.TagClassName
{
border-color: #2EFA62;
}
</style>