Shades of Malachite #2EEA58
Tints of Malachite #2EEA58
RGB
CMYK
RGB Variations
Color information
#2EEA58 (or 0x2EEA58) is known color: Malachite. HEX triplet: 2E, EA and 58. RGB value is (46,234,88). Sum of RGB (Red+Green+Blue) = 46+234+88=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 234 (91.80% from 255 or 63.59% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA58 is #D115A7. Grayscale: #A1A1A1. Windows color (decimal): -13702568 or 5827118. OLE color: 5827118.
HSL color Cylindrical-coordinate representation of color #2EEA58: hue angle of 133.4º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA58 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 88 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.08 |
| HSL | 133.4º | 0.82% | 0.55% | - |
| HSV(B) | 133.4º | 0.8% | 0.92% | - |
| XYZ | 32.31 | 60.13 | 19.14 | - |
| YUV | 161.14 | 86.72 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 88 | 0.80 | 0 | 0.62 | 0.08 | 133.4 | 0.82 | 0.55 |
| Hex | 2E | EA | 58 | 50 | 0 | 3E | 8 | 85 | 52 | 37 |
| Octal | 56 | 352 | 130 | 120 | 0 | 76 | 10 | 205 | 122 | 67 |
| Binary | 101110 | 11101010 | 1011000 | 1010000 | 0 | 111110 | 1000 | 10000101 | 1010010 | 110111 |
Color Harmonies of #2EEA58
Complementary color
Monochromatic Colors of #2EEA58
Black with #2EEA58
Text Example
Text Example
White with #2EEA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA58; }
p { color: rgb(46,234,88); }
H1.HeaderClassName
{
color: #2EEA58;
}
.AnyTagClassName
{
color: #2EEA58;
}
</style>
background-color css
<style>
a { background-color: #2EEA58; }
a { background-color: rgb(46,234,88); }
div.DivClassName
{
background-color: #2EEA58;
}
.BgClassName
{
background-color: #2EEA58;
}
</style>
border-color css
<style>
span { border-color: #2EEA58; }
span { border-color: rgb(46,234,88); }
td.TdClassName
{
border-color: #2EEA58;
}
.TagClassName
{
border-color: #2EEA58;
}
</style>