Shades of Malachite #2EEB60
Tints of Malachite #2EEB60
RGB
CMYK
RGB Variations
Color information
#2EEB60 (or 0x2EEB60) is known color: Malachite. HEX triplet: 2E, EB and 60. RGB value is (46,235,96). Sum of RGB (Red+Green+Blue) = 46+235+96=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 235 (92.19% from 255 or 62.33% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB60 is #D1149F. Grayscale: #A3A3A3. Windows color (decimal): -13702304 or 6351662. OLE color: 6351662.
HSL color Cylindrical-coordinate representation of color #2EEB60: hue angle of 135.87º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB60 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 96 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.08 |
| HSL | 135.87º | 0.83% | 0.55% | - |
| HSV(B) | 135.87º | 0.8% | 0.92% | - |
| XYZ | 32.95 | 60.84 | 21.07 | - |
| YUV | 162.64 | 90.38 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 96 | 0.80 | 0 | 0.59 | 0.08 | 135.87 | 0.83 | 0.55 |
| Hex | 2E | EB | 60 | 50 | 0 | 3B | 8 | 88 | 53 | 37 |
| Octal | 56 | 353 | 140 | 120 | 0 | 73 | 10 | 210 | 123 | 67 |
| Binary | 101110 | 11101011 | 1100000 | 1010000 | 0 | 111011 | 1000 | 10001000 | 1010011 | 110111 |
Color Harmonies of #2EEB60
Complementary color
Monochromatic Colors of #2EEB60
Black with #2EEB60
Text Example
Text Example
White with #2EEB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB60; }
p { color: rgb(46,235,96); }
H1.HeaderClassName
{
color: #2EEB60;
}
.AnyTagClassName
{
color: #2EEB60;
}
</style>
background-color css
<style>
a { background-color: #2EEB60; }
a { background-color: rgb(46,235,96); }
div.DivClassName
{
background-color: #2EEB60;
}
.BgClassName
{
background-color: #2EEB60;
}
</style>
border-color css
<style>
span { border-color: #2EEB60; }
span { border-color: rgb(46,235,96); }
td.TdClassName
{
border-color: #2EEB60;
}
.TagClassName
{
border-color: #2EEB60;
}
</style>