Shades of Malachite #2EEB59
Tints of Malachite #2EEB59
RGB
CMYK
RGB Variations
Color information
#2EEB59 (or 0x2EEB59) is known color: Malachite. HEX triplet: 2E, EB and 59. RGB value is (46,235,89). Sum of RGB (Red+Green+Blue) = 46+235+89=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 235 (92.19% from 255 or 63.51% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB59 is #D114A6. Grayscale: #A2A2A2. Windows color (decimal): -13702311 or 5892910. OLE color: 5892910.
HSL color Cylindrical-coordinate representation of color #2EEB59: hue angle of 133.65º degrees, saturation: 0.83, 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 #2EEB59 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 89 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.08 |
| HSL | 133.65º | 0.83% | 0.55% | - |
| HSV(B) | 133.65º | 0.8% | 0.92% | - |
| XYZ | 32.64 | 60.72 | 19.45 | - |
| YUV | 161.85 | 86.88 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 89 | 0.80 | 0 | 0.62 | 0.08 | 133.65 | 0.83 | 0.55 |
| Hex | 2E | EB | 59 | 50 | 0 | 3E | 8 | 86 | 53 | 37 |
| Octal | 56 | 353 | 131 | 120 | 0 | 76 | 10 | 206 | 123 | 67 |
| Binary | 101110 | 11101011 | 1011001 | 1010000 | 0 | 111110 | 1000 | 10000110 | 1010011 | 110111 |
Color Harmonies of #2EEB59
Complementary color
Monochromatic Colors of #2EEB59
Black with #2EEB59
Text Example
Text Example
White with #2EEB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB59; }
p { color: rgb(46,235,89); }
H1.HeaderClassName
{
color: #2EEB59;
}
.AnyTagClassName
{
color: #2EEB59;
}
</style>
background-color css
<style>
a { background-color: #2EEB59; }
a { background-color: rgb(46,235,89); }
div.DivClassName
{
background-color: #2EEB59;
}
.BgClassName
{
background-color: #2EEB59;
}
</style>
border-color css
<style>
span { border-color: #2EEB59; }
span { border-color: rgb(46,235,89); }
td.TdClassName
{
border-color: #2EEB59;
}
.TagClassName
{
border-color: #2EEB59;
}
</style>