Shades of Malachite #2EEE64
Tints of Malachite #2EEE64
RGB
CMYK
RGB Variations
Color information
#2EEE64 (or 0x2EEE64) is known color: Malachite. HEX triplet: 2E, EE and 64. RGB value is (46,238,100). Sum of RGB (Red+Green+Blue) = 46+238+100=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 238 (93.36% from 255 or 61.98% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE64 is #D1119B. Grayscale: #A5A5A5. Windows color (decimal): -13701532 or 6614574. OLE color: 6614574.
HSL color Cylindrical-coordinate representation of color #2EEE64: hue angle of 136.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE64 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 100 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.07 |
| HSL | 136.88º | 0.85% | 0.56% | - |
| HSV(B) | 136.88º | 0.81% | 0.93% | - |
| XYZ | 34 | 62.65 | 22.36 | - |
| YUV | 164.86 | 91.39 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 100 | 0.81 | 0 | 0.58 | 0.07 | 136.88 | 0.85 | 0.56 |
| Hex | 2E | EE | 64 | 51 | 0 | 3A | 7 | 89 | 55 | 38 |
| Octal | 56 | 356 | 144 | 121 | 0 | 72 | 7 | 211 | 125 | 70 |
| Binary | 101110 | 11101110 | 1100100 | 1010001 | 0 | 111010 | 111 | 10001001 | 1010101 | 111000 |
Color Harmonies of #2EEE64
Complementary color
Monochromatic Colors of #2EEE64
Black with #2EEE64
Text Example
Text Example
White with #2EEE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE64; }
p { color: rgb(46,238,100); }
H1.HeaderClassName
{
color: #2EEE64;
}
.AnyTagClassName
{
color: #2EEE64;
}
</style>
background-color css
<style>
a { background-color: #2EEE64; }
a { background-color: rgb(46,238,100); }
div.DivClassName
{
background-color: #2EEE64;
}
.BgClassName
{
background-color: #2EEE64;
}
</style>
border-color css
<style>
span { border-color: #2EEE64; }
span { border-color: rgb(46,238,100); }
td.TdClassName
{
border-color: #2EEE64;
}
.TagClassName
{
border-color: #2EEE64;
}
</style>