Shades of Malachite #2EED60
Tints of Malachite #2EED60
RGB
CMYK
RGB Variations
Color information
#2EED60 (or 0x2EED60) is known color: Malachite. HEX triplet: 2E, ED and 60. RGB value is (46,237,96). Sum of RGB (Red+Green+Blue) = 46+237+96=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED60 is #D1129F. Grayscale: #A4A4A4. Windows color (decimal): -13701792 or 6352174. OLE color: 6352174.
HSL color Cylindrical-coordinate representation of color #2EED60: hue angle of 135.71º 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 #2EED60 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 96 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.07 |
| HSL | 135.71º | 0.84% | 0.55% | - |
| HSV(B) | 135.71º | 0.81% | 0.93% | - |
| XYZ | 33.52 | 61.99 | 21.27 | - |
| YUV | 163.82 | 89.72 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 96 | 0.81 | 0 | 0.59 | 0.07 | 135.71 | 0.84 | 0.55 |
| Hex | 2E | ED | 60 | 51 | 0 | 3B | 7 | 88 | 54 | 37 |
| Octal | 56 | 355 | 140 | 121 | 0 | 73 | 7 | 210 | 124 | 67 |
| Binary | 101110 | 11101101 | 1100000 | 1010001 | 0 | 111011 | 111 | 10001000 | 1010100 | 110111 |
Color Harmonies of #2EED60
Complementary color
Monochromatic Colors of #2EED60
Black with #2EED60
Text Example
Text Example
White with #2EED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED60; }
p { color: rgb(46,237,96); }
H1.HeaderClassName
{
color: #2EED60;
}
.AnyTagClassName
{
color: #2EED60;
}
</style>
background-color css
<style>
a { background-color: #2EED60; }
a { background-color: rgb(46,237,96); }
div.DivClassName
{
background-color: #2EED60;
}
.BgClassName
{
background-color: #2EED60;
}
</style>
border-color css
<style>
span { border-color: #2EED60; }
span { border-color: rgb(46,237,96); }
td.TdClassName
{
border-color: #2EED60;
}
.TagClassName
{
border-color: #2EED60;
}
</style>