Shades of Malachite #02E35E
Tints of Malachite #02E35E
RGB
CMYK
RGB Variations
Color information
#02E35E (or 0x02E35E) is known color: Malachite. HEX triplet: 02, E3 and 5E. RGB value is (2,227,94). Sum of RGB (Red+Green+Blue) = 2+227+94=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #02E35E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E35E is #FD1CA1. Grayscale: #909090. Windows color (decimal): -16587938 or 6218498. OLE color: 6218498.
HSL color Cylindrical-coordinate representation of color #02E35E: hue angle of 144.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E35E is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 94 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.11 |
| HSL | 144.53º | 0.98% | 0.45% | - |
| HSV(B) | 144.53º | 0.99% | 0.89% | - |
| XYZ | 29.51 | 55.76 | 19.8 | - |
| YUV | 144.56 | 99.46 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 94 | 0.99 | 0 | 0.59 | 0.11 | 144.53 | 0.98 | 0.45 |
| Hex | 2 | E3 | 5E | 63 | 0 | 3B | B | 91 | 62 | 2D |
| Octal | 2 | 343 | 136 | 143 | 0 | 73 | 13 | 221 | 142 | 55 |
| Binary | 10 | 11100011 | 1011110 | 1100011 | 0 | 111011 | 1011 | 10010001 | 1100010 | 101101 |
Color Harmonies of #02E35E
Complementary color
Monochromatic Colors of #02E35E
Black with #02E35E
Text Example
Text Example
White with #02E35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E35E; }
p { color: rgb(2,227,94); }
H1.HeaderClassName
{
color: #02E35E;
}
.AnyTagClassName
{
color: #02E35E;
}
</style>
background-color css
<style>
a { background-color: #02E35E; }
a { background-color: rgb(2,227,94); }
div.DivClassName
{
background-color: #02E35E;
}
.BgClassName
{
background-color: #02E35E;
}
</style>
border-color css
<style>
span { border-color: #02E35E; }
span { border-color: rgb(2,227,94); }
td.TdClassName
{
border-color: #02E35E;
}
.TagClassName
{
border-color: #02E35E;
}
</style>