Shades of Malachite #02E03C
Tints of Malachite #02E03C
RGB
CMYK
RGB Variations
Color information
#02E03C (or 0x02E03C) is known color: Malachite. HEX triplet: 02, E0 and 3C. RGB value is (2,224,60). Sum of RGB (Red+Green+Blue) = 2+224+60=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #02E03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E03C is #FD1FC3. Grayscale: #8B8B8B. Windows color (decimal): -16588740 or 3989506. OLE color: 3989506.
HSL color Cylindrical-coordinate representation of color #02E03C: hue angle of 135.68º 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 #02E03C is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 60 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.12 |
| HSL | 135.68º | 0.98% | 0.44% | - |
| HSV(B) | 135.68º | 0.99% | 0.88% | - |
| XYZ | 27.5 | 53.65 | 13.18 | - |
| YUV | 138.93 | 83.45 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 60 | 0.99 | 0 | 0.73 | 0.12 | 135.68 | 0.98 | 0.44 |
| Hex | 2 | E0 | 3C | 63 | 0 | 49 | C | 88 | 62 | 2C |
| Octal | 2 | 340 | 74 | 143 | 0 | 111 | 14 | 210 | 142 | 54 |
| Binary | 10 | 11100000 | 111100 | 1100011 | 0 | 1001001 | 1100 | 10001000 | 1100010 | 101100 |
Color Harmonies of #02E03C
Complementary color
Monochromatic Colors of #02E03C
Black with #02E03C
Text Example
Text Example
White with #02E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E03C; }
p { color: rgb(2,224,60); }
H1.HeaderClassName
{
color: #02E03C;
}
.AnyTagClassName
{
color: #02E03C;
}
</style>
background-color css
<style>
a { background-color: #02E03C; }
a { background-color: rgb(2,224,60); }
div.DivClassName
{
background-color: #02E03C;
}
.BgClassName
{
background-color: #02E03C;
}
</style>
border-color css
<style>
span { border-color: #02E03C; }
span { border-color: rgb(2,224,60); }
td.TdClassName
{
border-color: #02E03C;
}
.TagClassName
{
border-color: #02E03C;
}
</style>