Shades of Malachite #02E052
Tints of Malachite #02E052
RGB
CMYK
RGB Variations
Color information
#02E052 (or 0x02E052) is known color: Malachite. HEX triplet: 02, E0 and 52. RGB value is (2,224,82). Sum of RGB (Red+Green+Blue) = 2+224+82=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 224 (87.89% from 255 or 72.73% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 224 - color contains mainly: green. Hex color #02E052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E052 is #FD1FAD. Grayscale: #8D8D8D. Windows color (decimal): -16588718 or 5431298. OLE color: 5431298.
HSL color Cylindrical-coordinate representation of color #02E052: hue angle of 141.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E052 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 82 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.12 |
| HSL | 141.62º | 0.98% | 0.44% | - |
| HSV(B) | 141.62º | 0.99% | 0.88% | - |
| XYZ | 28.2 | 53.93 | 16.91 | - |
| YUV | 141.43 | 94.45 | 28.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 82 | 0.99 | 0 | 0.63 | 0.12 | 141.62 | 0.98 | 0.44 |
| Hex | 2 | E0 | 52 | 63 | 0 | 3F | C | 8E | 62 | 2C |
| Octal | 2 | 340 | 122 | 143 | 0 | 77 | 14 | 216 | 142 | 54 |
| Binary | 10 | 11100000 | 1010010 | 1100011 | 0 | 111111 | 1100 | 10001110 | 1100010 | 101100 |
Color Harmonies of #02E052
Complementary color
Monochromatic Colors of #02E052
Black with #02E052
Text Example
Text Example
White with #02E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E052; }
p { color: rgb(2,224,82); }
H1.HeaderClassName
{
color: #02E052;
}
.AnyTagClassName
{
color: #02E052;
}
</style>
background-color css
<style>
a { background-color: #02E052; }
a { background-color: rgb(2,224,82); }
div.DivClassName
{
background-color: #02E052;
}
.BgClassName
{
background-color: #02E052;
}
</style>
border-color css
<style>
span { border-color: #02E052; }
span { border-color: rgb(2,224,82); }
td.TdClassName
{
border-color: #02E052;
}
.TagClassName
{
border-color: #02E052;
}
</style>