Shades of Malachite #02EC60
Tints of Malachite #02EC60
RGB
CMYK
RGB Variations
Color information
#02EC60 (or 0x02EC60) is known color: Malachite. HEX triplet: 02, EC and 60. RGB value is (2,236,96). Sum of RGB (Red+Green+Blue) = 2+236+96=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC60 is #FD139F. Grayscale: #969696. Windows color (decimal): -16585632 or 6351874. OLE color: 6351874.
HSL color Cylindrical-coordinate representation of color #02EC60: hue angle of 144.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC60 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 96 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.07 |
| HSL | 144.1º | 0.98% | 0.47% | - |
| HSV(B) | 144.1º | 0.99% | 0.93% | - |
| XYZ | 32.13 | 60.85 | 21.12 | - |
| YUV | 150.07 | 97.48 | 22.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 96 | 0.99 | 0 | 0.59 | 0.07 | 144.1 | 0.98 | 0.47 |
| Hex | 2 | EC | 60 | 63 | 0 | 3B | 7 | 90 | 62 | 2F |
| Octal | 2 | 354 | 140 | 143 | 0 | 73 | 7 | 220 | 142 | 57 |
| Binary | 10 | 11101100 | 1100000 | 1100011 | 0 | 111011 | 111 | 10010000 | 1100010 | 101111 |
Color Harmonies of #02EC60
Complementary color
Monochromatic Colors of #02EC60
Black with #02EC60
Text Example
Text Example
White with #02EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC60; }
p { color: rgb(2,236,96); }
H1.HeaderClassName
{
color: #02EC60;
}
.AnyTagClassName
{
color: #02EC60;
}
</style>
background-color css
<style>
a { background-color: #02EC60; }
a { background-color: rgb(2,236,96); }
div.DivClassName
{
background-color: #02EC60;
}
.BgClassName
{
background-color: #02EC60;
}
</style>
border-color css
<style>
span { border-color: #02EC60; }
span { border-color: rgb(2,236,96); }
td.TdClassName
{
border-color: #02EC60;
}
.TagClassName
{
border-color: #02EC60;
}
</style>