Shades of Malachite #02E043
Tints of Malachite #02E043
RGB
CMYK
RGB Variations
Color information
#02E043 (or 0x02E043) is known color: Malachite. HEX triplet: 02, E0 and 43. RGB value is (2,224,67). Sum of RGB (Red+Green+Blue) = 2+224+67=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #02E043 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E043 is #FD1FBC. Grayscale: #8C8C8C. Windows color (decimal): -16588733 or 4448258. OLE color: 4448258.
HSL color Cylindrical-coordinate representation of color #02E043: hue angle of 137.57º 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 #02E043 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 67 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.12 |
| HSL | 137.57º | 0.98% | 0.44% | - |
| HSV(B) | 137.57º | 0.99% | 0.88% | - |
| XYZ | 27.69 | 53.73 | 14.22 | - |
| YUV | 139.72 | 86.95 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 67 | 0.99 | 0 | 0.70 | 0.12 | 137.57 | 0.98 | 0.44 |
| Hex | 2 | E0 | 43 | 63 | 0 | 46 | C | 8A | 62 | 2C |
| Octal | 2 | 340 | 103 | 143 | 0 | 106 | 14 | 212 | 142 | 54 |
| Binary | 10 | 11100000 | 1000011 | 1100011 | 0 | 1000110 | 1100 | 10001010 | 1100010 | 101100 |
Color Harmonies of #02E043
Complementary color
Monochromatic Colors of #02E043
Black with #02E043
Text Example
Text Example
White with #02E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E043; }
p { color: rgb(2,224,67); }
H1.HeaderClassName
{
color: #02E043;
}
.AnyTagClassName
{
color: #02E043;
}
</style>
background-color css
<style>
a { background-color: #02E043; }
a { background-color: rgb(2,224,67); }
div.DivClassName
{
background-color: #02E043;
}
.BgClassName
{
background-color: #02E043;
}
</style>
border-color css
<style>
span { border-color: #02E043; }
span { border-color: rgb(2,224,67); }
td.TdClassName
{
border-color: #02E043;
}
.TagClassName
{
border-color: #02E043;
}
</style>