Shades of Malachite #02EC4A
Tints of Malachite #02EC4A
RGB
CMYK
RGB Variations
Color information
#02EC4A (or 0x02EC4A) is known color: Malachite. HEX triplet: 02, EC and 4A. RGB value is (2,236,74). Sum of RGB (Red+Green+Blue) = 2+236+74=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC4A is #FD13B5. Grayscale: #939393. Windows color (decimal): -16585654 or 4910082. OLE color: 4910082.
HSL color Cylindrical-coordinate representation of color #02EC4A: hue angle of 138.46º 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 #02EC4A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 74 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.07 |
| HSL | 138.46º | 0.98% | 0.47% | - |
| HSV(B) | 138.46º | 0.99% | 0.93% | - |
| XYZ | 31.26 | 60.5 | 16.51 | - |
| YUV | 147.57 | 86.48 | 24.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 74 | 0.99 | 0 | 0.69 | 0.07 | 138.46 | 0.98 | 0.47 |
| Hex | 2 | EC | 4A | 63 | 0 | 45 | 7 | 8A | 62 | 2F |
| Octal | 2 | 354 | 112 | 143 | 0 | 105 | 7 | 212 | 142 | 57 |
| Binary | 10 | 11101100 | 1001010 | 1100011 | 0 | 1000101 | 111 | 10001010 | 1100010 | 101111 |
Color Harmonies of #02EC4A
Complementary color
Monochromatic Colors of #02EC4A
Black with #02EC4A
Text Example
Text Example
White with #02EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC4A; }
p { color: rgb(2,236,74); }
H1.HeaderClassName
{
color: #02EC4A;
}
.AnyTagClassName
{
color: #02EC4A;
}
</style>
background-color css
<style>
a { background-color: #02EC4A; }
a { background-color: rgb(2,236,74); }
div.DivClassName
{
background-color: #02EC4A;
}
.BgClassName
{
background-color: #02EC4A;
}
</style>
border-color css
<style>
span { border-color: #02EC4A; }
span { border-color: rgb(2,236,74); }
td.TdClassName
{
border-color: #02EC4A;
}
.TagClassName
{
border-color: #02EC4A;
}
</style>