Shades of Malachite #2EE15E
Tints of Malachite #2EE15E
RGB
CMYK
RGB Variations
Color information
#2EE15E (or 0x2EE15E) is known color: Malachite. HEX triplet: 2E, E1 and 5E. RGB value is (46,225,94). Sum of RGB (Red+Green+Blue) = 46+225+94=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE15E is #D11EA1. Grayscale: #9C9C9C. Windows color (decimal): -13704866 or 6218030. OLE color: 6218030.
HSL color Cylindrical-coordinate representation of color #2EE15E: hue angle of 136.09º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE15E is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 94 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.12 |
| HSL | 136.09º | 0.75% | 0.53% | - |
| HSV(B) | 136.09º | 0.8% | 0.88% | - |
| XYZ | 30.07 | 55.24 | 19.67 | - |
| YUV | 156.55 | 92.7 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 94 | 0.80 | 0 | 0.58 | 0.12 | 136.09 | 0.75 | 0.53 |
| Hex | 2E | E1 | 5E | 50 | 0 | 3A | C | 88 | 4B | 35 |
| Octal | 56 | 341 | 136 | 120 | 0 | 72 | 14 | 210 | 113 | 65 |
| Binary | 101110 | 11100001 | 1011110 | 1010000 | 0 | 111010 | 1100 | 10001000 | 1001011 | 110101 |
Color Harmonies of #2EE15E
Complementary color
Monochromatic Colors of #2EE15E
Black with #2EE15E
Text Example
Text Example
White with #2EE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE15E; }
p { color: rgb(46,225,94); }
H1.HeaderClassName
{
color: #2EE15E;
}
.AnyTagClassName
{
color: #2EE15E;
}
</style>
background-color css
<style>
a { background-color: #2EE15E; }
a { background-color: rgb(46,225,94); }
div.DivClassName
{
background-color: #2EE15E;
}
.BgClassName
{
background-color: #2EE15E;
}
</style>
border-color css
<style>
span { border-color: #2EE15E; }
span { border-color: rgb(46,225,94); }
td.TdClassName
{
border-color: #2EE15E;
}
.TagClassName
{
border-color: #2EE15E;
}
</style>