Shades of Malachite #02E04A
Tints of Malachite #02E04A
RGB
CMYK
RGB Variations
Color information
#02E04A (or 0x02E04A) is known color: Malachite. HEX triplet: 02, E0 and 4A. RGB value is (2,224,74). Sum of RGB (Red+Green+Blue) = 2+224+74=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #02E04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E04A is #FD1FB5. Grayscale: #8C8C8C. Windows color (decimal): -16588726 or 4907010. OLE color: 4907010.
HSL color Cylindrical-coordinate representation of color #02E04A: hue angle of 139.46º 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 #02E04A is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 74 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.12 |
| HSL | 139.46º | 0.98% | 0.44% | - |
| HSV(B) | 139.46º | 0.99% | 0.88% | - |
| XYZ | 27.92 | 53.82 | 15.4 | - |
| YUV | 140.52 | 90.45 | 29.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 74 | 0.99 | 0 | 0.67 | 0.12 | 139.46 | 0.98 | 0.44 |
| Hex | 2 | E0 | 4A | 63 | 0 | 43 | C | 8B | 62 | 2C |
| Octal | 2 | 340 | 112 | 143 | 0 | 103 | 14 | 213 | 142 | 54 |
| Binary | 10 | 11100000 | 1001010 | 1100011 | 0 | 1000011 | 1100 | 10001011 | 1100010 | 101100 |
Color Harmonies of #02E04A
Complementary color
Monochromatic Colors of #02E04A
Black with #02E04A
Text Example
Text Example
White with #02E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E04A; }
p { color: rgb(2,224,74); }
H1.HeaderClassName
{
color: #02E04A;
}
.AnyTagClassName
{
color: #02E04A;
}
</style>
background-color css
<style>
a { background-color: #02E04A; }
a { background-color: rgb(2,224,74); }
div.DivClassName
{
background-color: #02E04A;
}
.BgClassName
{
background-color: #02E04A;
}
</style>
border-color css
<style>
span { border-color: #02E04A; }
span { border-color: rgb(2,224,74); }
td.TdClassName
{
border-color: #02E04A;
}
.TagClassName
{
border-color: #02E04A;
}
</style>