Shades of Malachite #02EC3A
Tints of Malachite #02EC3A
RGB
CMYK
RGB Variations
Color information
#02EC3A (or 0x02EC3A) is known color: Malachite. HEX triplet: 02, EC and 3A. RGB value is (2,236,58). Sum of RGB (Red+Green+Blue) = 2+236+58=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 236 (92.58% from 255 or 79.73% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC3A is #FD13C5. Grayscale: #929292. Windows color (decimal): -16585670 or 3861506. OLE color: 3861506.
HSL color Cylindrical-coordinate representation of color #02EC3A: hue angle of 134.36º 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 #02EC3A is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 58 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.07 |
| HSL | 134.36º | 0.98% | 0.47% | - |
| HSV(B) | 134.36º | 0.99% | 0.93% | - |
| XYZ | 30.78 | 60.31 | 14.02 | - |
| YUV | 145.74 | 78.48 | 25.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 58 | 0.99 | 0 | 0.75 | 0.07 | 134.36 | 0.98 | 0.47 |
| Hex | 2 | EC | 3A | 63 | 0 | 4B | 7 | 86 | 62 | 2F |
| Octal | 2 | 354 | 72 | 143 | 0 | 113 | 7 | 206 | 142 | 57 |
| Binary | 10 | 11101100 | 111010 | 1100011 | 0 | 1001011 | 111 | 10000110 | 1100010 | 101111 |
Color Harmonies of #02EC3A
Complementary color
Monochromatic Colors of #02EC3A
Black with #02EC3A
Text Example
Text Example
White with #02EC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC3A; }
p { color: rgb(2,236,58); }
H1.HeaderClassName
{
color: #02EC3A;
}
.AnyTagClassName
{
color: #02EC3A;
}
</style>
background-color css
<style>
a { background-color: #02EC3A; }
a { background-color: rgb(2,236,58); }
div.DivClassName
{
background-color: #02EC3A;
}
.BgClassName
{
background-color: #02EC3A;
}
</style>
border-color css
<style>
span { border-color: #02EC3A; }
span { border-color: rgb(2,236,58); }
td.TdClassName
{
border-color: #02EC3A;
}
.TagClassName
{
border-color: #02EC3A;
}
</style>