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