Shades of Malachite #2EE064
Tints of Malachite #2EE064
RGB
CMYK
RGB Variations
Color information
#2EE064 (or 0x2EE064) is known color: Malachite. HEX triplet: 2E, E0 and 64. RGB value is (46,224,100). Sum of RGB (Red+Green+Blue) = 46+224+100=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE064 is #D11F9B. Grayscale: #9C9C9C. Windows color (decimal): -13705116 or 6610990. OLE color: 6610990.
HSL color Cylindrical-coordinate representation of color #2EE064: hue angle of 138.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE064 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 100 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.12 |
| HSL | 138.2º | 0.74% | 0.53% | - |
| HSV(B) | 138.2º | 0.79% | 0.88% | - |
| XYZ | 30.08 | 54.81 | 21.05 | - |
| YUV | 156.64 | 96.03 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 100 | 0.79 | 0 | 0.55 | 0.12 | 138.2 | 0.74 | 0.53 |
| Hex | 2E | E0 | 64 | 4F | 0 | 37 | C | 8A | 4A | 35 |
| Octal | 56 | 340 | 144 | 117 | 0 | 67 | 14 | 212 | 112 | 65 |
| Binary | 101110 | 11100000 | 1100100 | 1001111 | 0 | 110111 | 1100 | 10001010 | 1001010 | 110101 |
Color Harmonies of #2EE064
Complementary color
Monochromatic Colors of #2EE064
Black with #2EE064
Text Example
Text Example
White with #2EE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE064; }
p { color: rgb(46,224,100); }
H1.HeaderClassName
{
color: #2EE064;
}
.AnyTagClassName
{
color: #2EE064;
}
</style>
background-color css
<style>
a { background-color: #2EE064; }
a { background-color: rgb(46,224,100); }
div.DivClassName
{
background-color: #2EE064;
}
.BgClassName
{
background-color: #2EE064;
}
</style>
border-color css
<style>
span { border-color: #2EE064; }
span { border-color: rgb(46,224,100); }
td.TdClassName
{
border-color: #2EE064;
}
.TagClassName
{
border-color: #2EE064;
}
</style>