Shades of Malachite #02EC4D
Tints of Malachite #02EC4D
RGB
CMYK
RGB Variations
Color information
#02EC4D (or 0x02EC4D) is known color: Malachite. HEX triplet: 02, EC and 4D. RGB value is (2,236,77). Sum of RGB (Red+Green+Blue) = 2+236+77=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC4D is #FD13B2. Grayscale: #949494. Windows color (decimal): -16585651 or 5106690. OLE color: 5106690.
HSL color Cylindrical-coordinate representation of color #02EC4D: hue angle of 139.23º 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 #02EC4D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 77 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.07 |
| HSL | 139.23º | 0.98% | 0.47% | - |
| HSV(B) | 139.23º | 0.99% | 0.93% | - |
| XYZ | 31.36 | 60.54 | 17.05 | - |
| YUV | 147.91 | 87.98 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 77 | 0.99 | 0 | 0.67 | 0.07 | 139.23 | 0.98 | 0.47 |
| Hex | 2 | EC | 4D | 63 | 0 | 43 | 7 | 8B | 62 | 2F |
| Octal | 2 | 354 | 115 | 143 | 0 | 103 | 7 | 213 | 142 | 57 |
| Binary | 10 | 11101100 | 1001101 | 1100011 | 0 | 1000011 | 111 | 10001011 | 1100010 | 101111 |
Color Harmonies of #02EC4D
Complementary color
Monochromatic Colors of #02EC4D
Black with #02EC4D
Text Example
Text Example
White with #02EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC4D; }
p { color: rgb(2,236,77); }
H1.HeaderClassName
{
color: #02EC4D;
}
.AnyTagClassName
{
color: #02EC4D;
}
</style>
background-color css
<style>
a { background-color: #02EC4D; }
a { background-color: rgb(2,236,77); }
div.DivClassName
{
background-color: #02EC4D;
}
.BgClassName
{
background-color: #02EC4D;
}
</style>
border-color css
<style>
span { border-color: #02EC4D; }
span { border-color: rgb(2,236,77); }
td.TdClassName
{
border-color: #02EC4D;
}
.TagClassName
{
border-color: #02EC4D;
}
</style>