Shades of Malachite #2EED6F
Tints of Malachite #2EED6F
RGB
CMYK
RGB Variations
Color information
#2EED6F (or 0x2EED6F) is known color: Malachite. HEX triplet: 2E, ED and 6F. RGB value is (46,237,111). Sum of RGB (Red+Green+Blue) = 46+237+111=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 237 (92.97% from 255 or 60.15% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED6F is #D11290. Grayscale: #A5A5A5. Windows color (decimal): -13701777 or 7335214. OLE color: 7335214.
HSL color Cylindrical-coordinate representation of color #2EED6F: hue angle of 140.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED6F is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 111 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.07 |
| HSL | 140.42º | 0.84% | 0.55% | - |
| HSV(B) | 140.42º | 0.81% | 0.93% | - |
| XYZ | 34.28 | 62.3 | 25.26 | - |
| YUV | 165.53 | 97.22 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 111 | 0.81 | 0 | 0.53 | 0.07 | 140.42 | 0.84 | 0.55 |
| Hex | 2E | ED | 6F | 51 | 0 | 35 | 7 | 8C | 54 | 37 |
| Octal | 56 | 355 | 157 | 121 | 0 | 65 | 7 | 214 | 124 | 67 |
| Binary | 101110 | 11101101 | 1101111 | 1010001 | 0 | 110101 | 111 | 10001100 | 1010100 | 110111 |
Color Harmonies of #2EED6F
Complementary color
Monochromatic Colors of #2EED6F
Black with #2EED6F
Text Example
Text Example
White with #2EED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED6F; }
p { color: rgb(46,237,111); }
H1.HeaderClassName
{
color: #2EED6F;
}
.AnyTagClassName
{
color: #2EED6F;
}
</style>
background-color css
<style>
a { background-color: #2EED6F; }
a { background-color: rgb(46,237,111); }
div.DivClassName
{
background-color: #2EED6F;
}
.BgClassName
{
background-color: #2EED6F;
}
</style>
border-color css
<style>
span { border-color: #2EED6F; }
span { border-color: rgb(46,237,111); }
td.TdClassName
{
border-color: #2EED6F;
}
.TagClassName
{
border-color: #2EED6F;
}
</style>