Shades of Malachite #2EEF65
Tints of Malachite #2EEF65
RGB
CMYK
RGB Variations
Color information
#2EEF65 (or 0x2EEF65) is known color: Malachite. HEX triplet: 2E, EF and 65. RGB value is (46,239,101). Sum of RGB (Red+Green+Blue) = 46+239+101=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 239 (93.75% from 255 or 61.92% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF65 is #D1109A. Grayscale: #A5A5A5. Windows color (decimal): -13701275 or 6680366. OLE color: 6680366.
HSL color Cylindrical-coordinate representation of color #2EEF65: hue angle of 137.1º degrees, saturation: 0.86, 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 #2EEF65 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 101 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.06 |
| HSL | 137.1º | 0.86% | 0.56% | - |
| HSV(B) | 137.1º | 0.81% | 0.94% | - |
| XYZ | 34.34 | 63.25 | 22.71 | - |
| YUV | 165.56 | 91.56 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 101 | 0.81 | 0 | 0.58 | 0.06 | 137.1 | 0.86 | 0.56 |
| Hex | 2E | EF | 65 | 51 | 0 | 3A | 6 | 89 | 56 | 38 |
| Octal | 56 | 357 | 145 | 121 | 0 | 72 | 6 | 211 | 126 | 70 |
| Binary | 101110 | 11101111 | 1100101 | 1010001 | 0 | 111010 | 110 | 10001001 | 1010110 | 111000 |
Color Harmonies of #2EEF65
Complementary color
Monochromatic Colors of #2EEF65
Black with #2EEF65
Text Example
Text Example
White with #2EEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF65; }
p { color: rgb(46,239,101); }
H1.HeaderClassName
{
color: #2EEF65;
}
.AnyTagClassName
{
color: #2EEF65;
}
</style>
background-color css
<style>
a { background-color: #2EEF65; }
a { background-color: rgb(46,239,101); }
div.DivClassName
{
background-color: #2EEF65;
}
.BgClassName
{
background-color: #2EEF65;
}
</style>
border-color css
<style>
span { border-color: #2EEF65; }
span { border-color: rgb(46,239,101); }
td.TdClassName
{
border-color: #2EEF65;
}
.TagClassName
{
border-color: #2EEF65;
}
</style>