Shades of Malachite #2EED6A
Tints of Malachite #2EED6A
RGB
CMYK
RGB Variations
Color information
#2EED6A (or 0x2EED6A) is known color: Malachite. HEX triplet: 2E, ED and 6A. RGB value is (46,237,106). Sum of RGB (Red+Green+Blue) = 46+237+106=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 237 (92.97% from 255 or 60.93% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED6A is #D11295. Grayscale: #A5A5A5. Windows color (decimal): -13701782 or 7007534. OLE color: 7007534.
HSL color Cylindrical-coordinate representation of color #2EED6A: hue angle of 138.85º 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 #2EED6A is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 106 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.07 |
| HSL | 138.85º | 0.84% | 0.55% | - |
| HSV(B) | 138.85º | 0.81% | 0.93% | - |
| XYZ | 34.01 | 62.19 | 23.85 | - |
| YUV | 164.96 | 94.72 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 106 | 0.81 | 0 | 0.55 | 0.07 | 138.85 | 0.84 | 0.55 |
| Hex | 2E | ED | 6A | 51 | 0 | 37 | 7 | 8B | 54 | 37 |
| Octal | 56 | 355 | 152 | 121 | 0 | 67 | 7 | 213 | 124 | 67 |
| Binary | 101110 | 11101101 | 1101010 | 1010001 | 0 | 110111 | 111 | 10001011 | 1010100 | 110111 |
Color Harmonies of #2EED6A
Complementary color
Monochromatic Colors of #2EED6A
Black with #2EED6A
Text Example
Text Example
White with #2EED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED6A; }
p { color: rgb(46,237,106); }
H1.HeaderClassName
{
color: #2EED6A;
}
.AnyTagClassName
{
color: #2EED6A;
}
</style>
background-color css
<style>
a { background-color: #2EED6A; }
a { background-color: rgb(46,237,106); }
div.DivClassName
{
background-color: #2EED6A;
}
.BgClassName
{
background-color: #2EED6A;
}
</style>
border-color css
<style>
span { border-color: #2EED6A; }
span { border-color: rgb(46,237,106); }
td.TdClassName
{
border-color: #2EED6A;
}
.TagClassName
{
border-color: #2EED6A;
}
</style>