Shades of Malachite #2EE45C
Tints of Malachite #2EE45C
RGB
CMYK
RGB Variations
Color information
#2EE45C (or 0x2EE45C) is known color: Malachite. HEX triplet: 2E, E4 and 5C. RGB value is (46,228,92). Sum of RGB (Red+Green+Blue) = 46+228+92=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 228 (89.45% from 255 or 62.30% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE45C is #D11BA3. Grayscale: #9E9E9E. Windows color (decimal): -13704100 or 6087726. OLE color: 6087726.
HSL color Cylindrical-coordinate representation of color #2EE45C: hue angle of 135.16º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE45C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 92 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.11 |
| HSL | 135.16º | 0.77% | 0.54% | - |
| HSV(B) | 135.16º | 0.8% | 0.89% | - |
| XYZ | 30.8 | 56.84 | 19.47 | - |
| YUV | 158.08 | 90.7 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 92 | 0.80 | 0 | 0.60 | 0.11 | 135.16 | 0.77 | 0.54 |
| Hex | 2E | E4 | 5C | 50 | 0 | 3C | B | 87 | 4D | 36 |
| Octal | 56 | 344 | 134 | 120 | 0 | 74 | 13 | 207 | 115 | 66 |
| Binary | 101110 | 11100100 | 1011100 | 1010000 | 0 | 111100 | 1011 | 10000111 | 1001101 | 110110 |
Color Harmonies of #2EE45C
Complementary color
Monochromatic Colors of #2EE45C
Black with #2EE45C
Text Example
Text Example
White with #2EE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE45C; }
p { color: rgb(46,228,92); }
H1.HeaderClassName
{
color: #2EE45C;
}
.AnyTagClassName
{
color: #2EE45C;
}
</style>
background-color css
<style>
a { background-color: #2EE45C; }
a { background-color: rgb(46,228,92); }
div.DivClassName
{
background-color: #2EE45C;
}
.BgClassName
{
background-color: #2EE45C;
}
</style>
border-color css
<style>
span { border-color: #2EE45C; }
span { border-color: rgb(46,228,92); }
td.TdClassName
{
border-color: #2EE45C;
}
.TagClassName
{
border-color: #2EE45C;
}
</style>