Shades of Malachite #2EE85C
Tints of Malachite #2EE85C
RGB
CMYK
RGB Variations
Color information
#2EE85C (or 0x2EE85C) is known color: Malachite. HEX triplet: 2E, E8 and 5C. RGB value is (46,232,92). Sum of RGB (Red+Green+Blue) = 46+232+92=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE85C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE85C is #D117A3. Grayscale: #A0A0A0. Windows color (decimal): -13703076 or 6088750. OLE color: 6088750.
HSL color Cylindrical-coordinate representation of color #2EE85C: hue angle of 134.84º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE85C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 92 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.09 |
| HSL | 134.84º | 0.8% | 0.55% | - |
| HSV(B) | 134.84º | 0.8% | 0.91% | - |
| XYZ | 31.92 | 59.07 | 19.84 | - |
| YUV | 160.43 | 89.38 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 92 | 0.80 | 0 | 0.60 | 0.09 | 134.84 | 0.8 | 0.55 |
| Hex | 2E | E8 | 5C | 50 | 0 | 3C | 9 | 87 | 50 | 37 |
| Octal | 56 | 350 | 134 | 120 | 0 | 74 | 11 | 207 | 120 | 67 |
| Binary | 101110 | 11101000 | 1011100 | 1010000 | 0 | 111100 | 1001 | 10000111 | 1010000 | 110111 |
Color Harmonies of #2EE85C
Complementary color
Monochromatic Colors of #2EE85C
Black with #2EE85C
Text Example
Text Example
White with #2EE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE85C; }
p { color: rgb(46,232,92); }
H1.HeaderClassName
{
color: #2EE85C;
}
.AnyTagClassName
{
color: #2EE85C;
}
</style>
background-color css
<style>
a { background-color: #2EE85C; }
a { background-color: rgb(46,232,92); }
div.DivClassName
{
background-color: #2EE85C;
}
.BgClassName
{
background-color: #2EE85C;
}
</style>
border-color css
<style>
span { border-color: #2EE85C; }
span { border-color: rgb(46,232,92); }
td.TdClassName
{
border-color: #2EE85C;
}
.TagClassName
{
border-color: #2EE85C;
}
</style>