Shades of Malachite #2EEF6C
Tints of Malachite #2EEF6C
RGB
CMYK
RGB Variations
Color information
#2EEF6C (or 0x2EEF6C) is known color: Malachite. HEX triplet: 2E, EF and 6C. RGB value is (46,239,108). Sum of RGB (Red+Green+Blue) = 46+239+108=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 239 (93.75% from 255 or 60.81% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF6C is #D11093. Grayscale: #A6A6A6. Windows color (decimal): -13701268 or 7139118. OLE color: 7139118.
HSL color Cylindrical-coordinate representation of color #2EEF6C: hue angle of 139.27º 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 #2EEF6C is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 108 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.06 |
| HSL | 139.27º | 0.86% | 0.56% | - |
| HSV(B) | 139.27º | 0.81% | 0.94% | - |
| XYZ | 34.7 | 63.4 | 24.6 | - |
| YUV | 166.36 | 95.06 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 108 | 0.81 | 0 | 0.55 | 0.06 | 139.27 | 0.86 | 0.56 |
| Hex | 2E | EF | 6C | 51 | 0 | 37 | 6 | 8B | 56 | 38 |
| Octal | 56 | 357 | 154 | 121 | 0 | 67 | 6 | 213 | 126 | 70 |
| Binary | 101110 | 11101111 | 1101100 | 1010001 | 0 | 110111 | 110 | 10001011 | 1010110 | 111000 |
Color Harmonies of #2EEF6C
Complementary color
Monochromatic Colors of #2EEF6C
Black with #2EEF6C
Text Example
Text Example
White with #2EEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF6C; }
p { color: rgb(46,239,108); }
H1.HeaderClassName
{
color: #2EEF6C;
}
.AnyTagClassName
{
color: #2EEF6C;
}
</style>
background-color css
<style>
a { background-color: #2EEF6C; }
a { background-color: rgb(46,239,108); }
div.DivClassName
{
background-color: #2EEF6C;
}
.BgClassName
{
background-color: #2EEF6C;
}
</style>
border-color css
<style>
span { border-color: #2EEF6C; }
span { border-color: rgb(46,239,108); }
td.TdClassName
{
border-color: #2EEF6C;
}
.TagClassName
{
border-color: #2EEF6C;
}
</style>