Shades of Malachite #2EE65A
Tints of Malachite #2EE65A
RGB
CMYK
RGB Variations
Color information
#2EE65A (or 0x2EE65A) is known color: Malachite. HEX triplet: 2E, E6 and 5A. RGB value is (46,230,90). Sum of RGB (Red+Green+Blue) = 46+230+90=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 230 (90.23% from 255 or 62.84% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE65A is #D119A5. Grayscale: #9F9F9F. Windows color (decimal): -13703590 or 5957166. OLE color: 5957166.
HSL color Cylindrical-coordinate representation of color #2EE65A: hue angle of 134.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE65A is Cyan = 0.8, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 90 | - |
| CMYK | 0.8 | 0 | 0.61 | 0.10 |
| HSL | 134.35º | 0.79% | 0.54% | - |
| HSV(B) | 134.35º | 0.8% | 0.9% | - |
| XYZ | 31.27 | 57.91 | 19.2 | - |
| YUV | 159.02 | 89.04 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 90 | 0.8 | 0 | 0.61 | 0.10 | 134.35 | 0.79 | 0.54 |
| Hex | 2E | E6 | 5A | 50 | 0 | 3D | A | 86 | 4F | 36 |
| Octal | 56 | 346 | 132 | 120 | 0 | 75 | 12 | 206 | 117 | 66 |
| Binary | 101110 | 11100110 | 1011010 | 1010000 | 0 | 111101 | 1010 | 10000110 | 1001111 | 110110 |
Color Harmonies of #2EE65A
Complementary color
Monochromatic Colors of #2EE65A
Black with #2EE65A
Text Example
Text Example
White with #2EE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE65A; }
p { color: rgb(46,230,90); }
H1.HeaderClassName
{
color: #2EE65A;
}
.AnyTagClassName
{
color: #2EE65A;
}
</style>
background-color css
<style>
a { background-color: #2EE65A; }
a { background-color: rgb(46,230,90); }
div.DivClassName
{
background-color: #2EE65A;
}
.BgClassName
{
background-color: #2EE65A;
}
</style>
border-color css
<style>
span { border-color: #2EE65A; }
span { border-color: rgb(46,230,90); }
td.TdClassName
{
border-color: #2EE65A;
}
.TagClassName
{
border-color: #2EE65A;
}
</style>