Shades of Malachite #2EFA59
Tints of Malachite #2EFA59
RGB
CMYK
RGB Variations
Color information
#2EFA59 (or 0x2EFA59) is known color: Malachite. HEX triplet: 2E, FA and 59. RGB value is (46,250,89). Sum of RGB (Red+Green+Blue) = 46+250+89=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA59 is #D105A6. Grayscale: #ABABAB. Windows color (decimal): -13698471 or 5896750. OLE color: 5896750.
HSL color Cylindrical-coordinate representation of color #2EFA59: hue angle of 132.65º 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 #2EFA59 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 89 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.02 |
| HSL | 132.65º | 0.95% | 0.58% | - |
| HSV(B) | 132.65º | 0.82% | 0.98% | - |
| XYZ | 37.12 | 69.67 | 20.94 | - |
| YUV | 170.65 | 81.91 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 89 | 0.82 | 0 | 0.64 | 0.02 | 132.65 | 0.95 | 0.58 |
| Hex | 2E | FA | 59 | 52 | 0 | 40 | 2 | 85 | 5F | 3A |
| Octal | 56 | 372 | 131 | 122 | 0 | 100 | 2 | 205 | 137 | 72 |
| Binary | 101110 | 11111010 | 1011001 | 1010010 | 0 | 1000000 | 10 | 10000101 | 1011111 | 111010 |
Color Harmonies of #2EFA59
Complementary color
Monochromatic Colors of #2EFA59
Black with #2EFA59
Text Example
Text Example
White with #2EFA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA59; }
p { color: rgb(46,250,89); }
H1.HeaderClassName
{
color: #2EFA59;
}
.AnyTagClassName
{
color: #2EFA59;
}
</style>
background-color css
<style>
a { background-color: #2EFA59; }
a { background-color: rgb(46,250,89); }
div.DivClassName
{
background-color: #2EFA59;
}
.BgClassName
{
background-color: #2EFA59;
}
</style>
border-color css
<style>
span { border-color: #2EFA59; }
span { border-color: rgb(46,250,89); }
td.TdClassName
{
border-color: #2EFA59;
}
.TagClassName
{
border-color: #2EFA59;
}
</style>