Shades of Malachite #02E36D
Tints of Malachite #02E36D
RGB
CMYK
RGB Variations
Color information
#02E36D (or 0x02E36D) is known color: Malachite. HEX triplet: 02, E3 and 6D. RGB value is (2,227,109). Sum of RGB (Red+Green+Blue) = 2+227+109=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #02E36D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E36D is #FD1C92. Grayscale: #929292. Windows color (decimal): -16587923 or 7201538. OLE color: 7201538.
HSL color Cylindrical-coordinate representation of color #02E36D: hue angle of 148.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E36D is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 109 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.11 |
| HSL | 148.53º | 0.98% | 0.45% | - |
| HSV(B) | 148.53º | 0.99% | 0.89% | - |
| XYZ | 30.25 | 56.06 | 23.69 | - |
| YUV | 146.27 | 106.96 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 109 | 0.99 | 0 | 0.52 | 0.11 | 148.53 | 0.98 | 0.45 |
| Hex | 2 | E3 | 6D | 63 | 0 | 34 | B | 95 | 62 | 2D |
| Octal | 2 | 343 | 155 | 143 | 0 | 64 | 13 | 225 | 142 | 55 |
| Binary | 10 | 11100011 | 1101101 | 1100011 | 0 | 110100 | 1011 | 10010101 | 1100010 | 101101 |
Color Harmonies of #02E36D
Complementary color
Monochromatic Colors of #02E36D
Black with #02E36D
Text Example
Text Example
White with #02E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E36D; }
p { color: rgb(2,227,109); }
H1.HeaderClassName
{
color: #02E36D;
}
.AnyTagClassName
{
color: #02E36D;
}
</style>
background-color css
<style>
a { background-color: #02E36D; }
a { background-color: rgb(2,227,109); }
div.DivClassName
{
background-color: #02E36D;
}
.BgClassName
{
background-color: #02E36D;
}
</style>
border-color css
<style>
span { border-color: #02E36D; }
span { border-color: rgb(2,227,109); }
td.TdClassName
{
border-color: #02E36D;
}
.TagClassName
{
border-color: #02E36D;
}
</style>