Shades of Malachite #02D63E
Tints of Malachite #02D63E
RGB
CMYK
RGB Variations
Color information
#02D63E (or 0x02D63E) is known color: Malachite. HEX triplet: 02, D6 and 3E. RGB value is (2,214,62). Sum of RGB (Red+Green+Blue) = 2+214+62=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #02D63E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D63E is #FD29C1. Grayscale: #858585. Windows color (decimal): -16591298 or 4118018. OLE color: 4118018.
HSL color Cylindrical-coordinate representation of color #02D63E: hue angle of 136.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D63E is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 62 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.16 |
| HSL | 136.98º | 0.98% | 0.42% | - |
| HSV(B) | 136.98º | 0.99% | 0.84% | - |
| XYZ | 24.94 | 48.45 | 12.6 | - |
| YUV | 133.28 | 87.76 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 62 | 0.99 | 0 | 0.71 | 0.16 | 136.98 | 0.98 | 0.42 |
| Hex | 2 | D6 | 3E | 63 | 0 | 47 | 10 | 89 | 62 | 2A |
| Octal | 2 | 326 | 76 | 143 | 0 | 107 | 20 | 211 | 142 | 52 |
| Binary | 10 | 11010110 | 111110 | 1100011 | 0 | 1000111 | 10000 | 10001001 | 1100010 | 101010 |
Color Harmonies of #02D63E
Complementary color
Monochromatic Colors of #02D63E
Black with #02D63E
Text Example
Text Example
White with #02D63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D63E; }
p { color: rgb(2,214,62); }
H1.HeaderClassName
{
color: #02D63E;
}
.AnyTagClassName
{
color: #02D63E;
}
</style>
background-color css
<style>
a { background-color: #02D63E; }
a { background-color: rgb(2,214,62); }
div.DivClassName
{
background-color: #02D63E;
}
.BgClassName
{
background-color: #02D63E;
}
</style>
border-color css
<style>
span { border-color: #02D63E; }
span { border-color: rgb(2,214,62); }
td.TdClassName
{
border-color: #02D63E;
}
.TagClassName
{
border-color: #02D63E;
}
</style>