Shades of Malachite #2EEF5D
Tints of Malachite #2EEF5D
RGB
CMYK
RGB Variations
Color information
#2EEF5D (or 0x2EEF5D) is known color: Malachite. HEX triplet: 2E, EF and 5D. RGB value is (46,239,93). Sum of RGB (Red+Green+Blue) = 46+239+93=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF5D is #D110A2. Grayscale: #A5A5A5. Windows color (decimal): -13701283 or 6156078. OLE color: 6156078.
HSL color Cylindrical-coordinate representation of color #2EEF5D: hue angle of 134.61º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF5D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 93 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.06 |
| HSL | 134.61º | 0.86% | 0.56% | - |
| HSV(B) | 134.61º | 0.81% | 0.94% | - |
| XYZ | 33.97 | 63.1 | 20.75 | - |
| YUV | 164.65 | 87.56 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 93 | 0.81 | 0 | 0.61 | 0.06 | 134.61 | 0.86 | 0.56 |
| Hex | 2E | EF | 5D | 51 | 0 | 3D | 6 | 87 | 56 | 38 |
| Octal | 56 | 357 | 135 | 121 | 0 | 75 | 6 | 207 | 126 | 70 |
| Binary | 101110 | 11101111 | 1011101 | 1010001 | 0 | 111101 | 110 | 10000111 | 1010110 | 111000 |
Color Harmonies of #2EEF5D
Complementary color
Monochromatic Colors of #2EEF5D
Black with #2EEF5D
Text Example
Text Example
White with #2EEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF5D; }
p { color: rgb(46,239,93); }
H1.HeaderClassName
{
color: #2EEF5D;
}
.AnyTagClassName
{
color: #2EEF5D;
}
</style>
background-color css
<style>
a { background-color: #2EEF5D; }
a { background-color: rgb(46,239,93); }
div.DivClassName
{
background-color: #2EEF5D;
}
.BgClassName
{
background-color: #2EEF5D;
}
</style>
border-color css
<style>
span { border-color: #2EEF5D; }
span { border-color: rgb(46,239,93); }
td.TdClassName
{
border-color: #2EEF5D;
}
.TagClassName
{
border-color: #2EEF5D;
}
</style>