Shades of Malachite #2EEB52
Tints of Malachite #2EEB52
RGB
CMYK
RGB Variations
Color information
#2EEB52 (or 0x2EEB52) is known color: Malachite. HEX triplet: 2E, EB and 52. RGB value is (46,235,82). Sum of RGB (Red+Green+Blue) = 46+235+82=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 235 (92.19% from 255 or 64.74% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB52 is #D114AD. Grayscale: #A1A1A1. Windows color (decimal): -13702318 or 5434158. OLE color: 5434158.
HSL color Cylindrical-coordinate representation of color #2EEB52: hue angle of 131.43º 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 #2EEB52 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 82 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.08 |
| HSL | 131.43º | 0.83% | 0.55% | - |
| HSV(B) | 131.43º | 0.8% | 0.92% | - |
| XYZ | 32.36 | 60.61 | 17.98 | - |
| YUV | 161.05 | 83.38 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 82 | 0.80 | 0 | 0.65 | 0.08 | 131.43 | 0.83 | 0.55 |
| Hex | 2E | EB | 52 | 50 | 0 | 41 | 8 | 83 | 53 | 37 |
| Octal | 56 | 353 | 122 | 120 | 0 | 101 | 10 | 203 | 123 | 67 |
| Binary | 101110 | 11101011 | 1010010 | 1010000 | 0 | 1000001 | 1000 | 10000011 | 1010011 | 110111 |
Color Harmonies of #2EEB52
Complementary color
Monochromatic Colors of #2EEB52
Black with #2EEB52
Text Example
Text Example
White with #2EEB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB52; }
p { color: rgb(46,235,82); }
H1.HeaderClassName
{
color: #2EEB52;
}
.AnyTagClassName
{
color: #2EEB52;
}
</style>
background-color css
<style>
a { background-color: #2EEB52; }
a { background-color: rgb(46,235,82); }
div.DivClassName
{
background-color: #2EEB52;
}
.BgClassName
{
background-color: #2EEB52;
}
</style>
border-color css
<style>
span { border-color: #2EEB52; }
span { border-color: rgb(46,235,82); }
td.TdClassName
{
border-color: #2EEB52;
}
.TagClassName
{
border-color: #2EEB52;
}
</style>