Shades of Malachite #2EE569
Tints of Malachite #2EE569
RGB
CMYK
RGB Variations
Color information
#2EE569 (or 0x2EE569) is known color: Malachite. HEX triplet: 2E, E5 and 69. RGB value is (46,229,105). Sum of RGB (Red+Green+Blue) = 46+229+105=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE569 is #D11A96. Grayscale: #A0A0A0. Windows color (decimal): -13703831 or 6939950. OLE color: 6939950.
HSL color Cylindrical-coordinate representation of color #2EE569: hue angle of 139.34º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE569 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 105 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.10 |
| HSL | 139.34º | 0.78% | 0.54% | - |
| HSV(B) | 139.34º | 0.8% | 0.9% | - |
| XYZ | 31.7 | 57.64 | 22.82 | - |
| YUV | 160.15 | 96.87 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 105 | 0.80 | 0 | 0.54 | 0.10 | 139.34 | 0.78 | 0.54 |
| Hex | 2E | E5 | 69 | 50 | 0 | 36 | A | 8B | 4E | 36 |
| Octal | 56 | 345 | 151 | 120 | 0 | 66 | 12 | 213 | 116 | 66 |
| Binary | 101110 | 11100101 | 1101001 | 1010000 | 0 | 110110 | 1010 | 10001011 | 1001110 | 110110 |
Color Harmonies of #2EE569
Complementary color
Monochromatic Colors of #2EE569
Black with #2EE569
Text Example
Text Example
White with #2EE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE569; }
p { color: rgb(46,229,105); }
H1.HeaderClassName
{
color: #2EE569;
}
.AnyTagClassName
{
color: #2EE569;
}
</style>
background-color css
<style>
a { background-color: #2EE569; }
a { background-color: rgb(46,229,105); }
div.DivClassName
{
background-color: #2EE569;
}
.BgClassName
{
background-color: #2EE569;
}
</style>
border-color css
<style>
span { border-color: #2EE569; }
span { border-color: rgb(46,229,105); }
td.TdClassName
{
border-color: #2EE569;
}
.TagClassName
{
border-color: #2EE569;
}
</style>