Shades of Malachite #2EEF50
Tints of Malachite #2EEF50
RGB
CMYK
RGB Variations
Color information
#2EEF50 (or 0x2EEF50) is known color: Malachite. HEX triplet: 2E, EF and 50. RGB value is (46,239,80). Sum of RGB (Red+Green+Blue) = 46+239+80=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 239 (93.75% from 255 or 65.48% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF50 is #D110AF. Grayscale: #A3A3A3. Windows color (decimal): -13701296 or 5304110. OLE color: 5304110.
HSL color Cylindrical-coordinate representation of color #2EEF50: hue angle of 130.57º 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 #2EEF50 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 80 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.06 |
| HSL | 130.57º | 0.86% | 0.56% | - |
| HSV(B) | 130.57º | 0.81% | 0.94% | - |
| XYZ | 33.44 | 62.89 | 17.97 | - |
| YUV | 163.17 | 81.06 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 80 | 0.81 | 0 | 0.67 | 0.06 | 130.57 | 0.86 | 0.56 |
| Hex | 2E | EF | 50 | 51 | 0 | 43 | 6 | 83 | 56 | 38 |
| Octal | 56 | 357 | 120 | 121 | 0 | 103 | 6 | 203 | 126 | 70 |
| Binary | 101110 | 11101111 | 1010000 | 1010001 | 0 | 1000011 | 110 | 10000011 | 1010110 | 111000 |
Color Harmonies of #2EEF50
Complementary color
Monochromatic Colors of #2EEF50
Black with #2EEF50
Text Example
Text Example
White with #2EEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF50; }
p { color: rgb(46,239,80); }
H1.HeaderClassName
{
color: #2EEF50;
}
.AnyTagClassName
{
color: #2EEF50;
}
</style>
background-color css
<style>
a { background-color: #2EEF50; }
a { background-color: rgb(46,239,80); }
div.DivClassName
{
background-color: #2EEF50;
}
.BgClassName
{
background-color: #2EEF50;
}
</style>
border-color css
<style>
span { border-color: #2EEF50; }
span { border-color: rgb(46,239,80); }
td.TdClassName
{
border-color: #2EEF50;
}
.TagClassName
{
border-color: #2EEF50;
}
</style>