Shades of Malachite #02DC40
Tints of Malachite #02DC40
RGB
CMYK
RGB Variations
Color information
#02DC40 (or 0x02DC40) is known color: Malachite. HEX triplet: 02, DC and 40. RGB value is (2,220,64). Sum of RGB (Red+Green+Blue) = 2+220+64=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC40 is #FD23BF. Grayscale: #898989. Windows color (decimal): -16589760 or 4250626. OLE color: 4250626.
HSL color Cylindrical-coordinate representation of color #02DC40: hue angle of 137.06º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC40 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 64 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.14 |
| HSL | 137.06º | 0.98% | 0.44% | - |
| HSV(B) | 137.06º | 0.99% | 0.86% | - |
| XYZ | 26.54 | 51.57 | 13.41 | - |
| YUV | 137.03 | 86.78 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 64 | 0.99 | 0 | 0.71 | 0.14 | 137.06 | 0.98 | 0.44 |
| Hex | 2 | DC | 40 | 63 | 0 | 47 | E | 89 | 62 | 2C |
| Octal | 2 | 334 | 100 | 143 | 0 | 107 | 16 | 211 | 142 | 54 |
| Binary | 10 | 11011100 | 1000000 | 1100011 | 0 | 1000111 | 1110 | 10001001 | 1100010 | 101100 |
Color Harmonies of #02DC40
Complementary color
Monochromatic Colors of #02DC40
Black with #02DC40
Text Example
Text Example
White with #02DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC40; }
p { color: rgb(2,220,64); }
H1.HeaderClassName
{
color: #02DC40;
}
.AnyTagClassName
{
color: #02DC40;
}
</style>
background-color css
<style>
a { background-color: #02DC40; }
a { background-color: rgb(2,220,64); }
div.DivClassName
{
background-color: #02DC40;
}
.BgClassName
{
background-color: #02DC40;
}
</style>
border-color css
<style>
span { border-color: #02DC40; }
span { border-color: rgb(2,220,64); }
td.TdClassName
{
border-color: #02DC40;
}
.TagClassName
{
border-color: #02DC40;
}
</style>