Shades of Malachite #2EFF59
Tints of Malachite #2EFF59
RGB
CMYK
RGB Variations
Color information
#2EFF59 (or 0x2EFF59) is known color: Malachite. HEX triplet: 2E, FF and 59. RGB value is (46,255,89). Sum of RGB (Red+Green+Blue) = 46+255+89=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF59 is #D100A6. Grayscale: #AEAEAE. Windows color (decimal): -13697191 or 5898030. OLE color: 5898030.
HSL color Cylindrical-coordinate representation of color #2EFF59: hue angle of 132.34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF59 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 89 | - |
| CMYK | 0.82 | 0 | 0.65 | 0 |
| HSL | 132.34º | 1% | 0.59% | - |
| HSV(B) | 132.34º | 0.82% | 1% | - |
| XYZ | 38.69 | 72.82 | 21.47 | - |
| YUV | 173.59 | 80.26 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 89 | 0.82 | 0 | 0.65 | 0 | 132.34 | 1 | 0.59 |
| Hex | 2E | FF | 59 | 52 | 0 | 41 | 0 | 84 | 64 | 3B |
| Octal | 56 | 377 | 131 | 122 | 0 | 101 | 0 | 204 | 144 | 73 |
| Binary | 101110 | 11111111 | 1011001 | 1010010 | 0 | 1000001 | 0 | 10000100 | 1100100 | 111011 |
Color Harmonies of #2EFF59
Complementary color
Monochromatic Colors of #2EFF59
Black with #2EFF59
Text Example
Text Example
White with #2EFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF59; }
p { color: rgb(46,255,89); }
H1.HeaderClassName
{
color: #2EFF59;
}
.AnyTagClassName
{
color: #2EFF59;
}
</style>
background-color css
<style>
a { background-color: #2EFF59; }
a { background-color: rgb(46,255,89); }
div.DivClassName
{
background-color: #2EFF59;
}
.BgClassName
{
background-color: #2EFF59;
}
</style>
border-color css
<style>
span { border-color: #2EFF59; }
span { border-color: rgb(46,255,89); }
td.TdClassName
{
border-color: #2EFF59;
}
.TagClassName
{
border-color: #2EFF59;
}
</style>