Shades of Malachite #2EE260
Tints of Malachite #2EE260
RGB
CMYK
RGB Variations
Color information
#2EE260 (or 0x2EE260) is known color: Malachite. HEX triplet: 2E, E2 and 60. RGB value is (46,226,96). Sum of RGB (Red+Green+Blue) = 46+226+96=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 226 (88.67% from 255 or 61.41% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE260 is #D11D9F. Grayscale: #9D9D9D. Windows color (decimal): -13704608 or 6349358. OLE color: 6349358.
HSL color Cylindrical-coordinate representation of color #2EE260: hue angle of 136.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE260 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 96 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.11 |
| HSL | 136.67º | 0.76% | 0.53% | - |
| HSV(B) | 136.67º | 0.8% | 0.89% | - |
| XYZ | 30.43 | 55.82 | 20.24 | - |
| YUV | 157.36 | 93.37 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 96 | 0.80 | 0 | 0.58 | 0.11 | 136.67 | 0.76 | 0.53 |
| Hex | 2E | E2 | 60 | 50 | 0 | 3A | B | 89 | 4C | 35 |
| Octal | 56 | 342 | 140 | 120 | 0 | 72 | 13 | 211 | 114 | 65 |
| Binary | 101110 | 11100010 | 1100000 | 1010000 | 0 | 111010 | 1011 | 10001001 | 1001100 | 110101 |
Color Harmonies of #2EE260
Complementary color
Monochromatic Colors of #2EE260
Black with #2EE260
Text Example
Text Example
White with #2EE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE260; }
p { color: rgb(46,226,96); }
H1.HeaderClassName
{
color: #2EE260;
}
.AnyTagClassName
{
color: #2EE260;
}
</style>
background-color css
<style>
a { background-color: #2EE260; }
a { background-color: rgb(46,226,96); }
div.DivClassName
{
background-color: #2EE260;
}
.BgClassName
{
background-color: #2EE260;
}
</style>
border-color css
<style>
span { border-color: #2EE260; }
span { border-color: rgb(46,226,96); }
td.TdClassName
{
border-color: #2EE260;
}
.TagClassName
{
border-color: #2EE260;
}
</style>