Shades of Malachite #02E83A
Tints of Malachite #02E83A
RGB
CMYK
RGB Variations
Color information
#02E83A (or 0x02E83A) is known color: Malachite. HEX triplet: 02, E8 and 3A. RGB value is (2,232,58). Sum of RGB (Red+Green+Blue) = 2+232+58=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 232 (91.02% from 255 or 79.45% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 232 - color contains mainly: green. Hex color #02E83A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E83A is #FD17C5. Grayscale: #8F8F8F. Windows color (decimal): -16586694 or 3860482. OLE color: 3860482.
HSL color Cylindrical-coordinate representation of color #02E83A: hue angle of 134.61º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E83A is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 58 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.09 |
| HSL | 134.61º | 0.98% | 0.46% | - |
| HSV(B) | 134.61º | 0.99% | 0.91% | - |
| XYZ | 29.65 | 58.03 | 13.64 | - |
| YUV | 143.39 | 79.8 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 58 | 0.99 | 0 | 0.75 | 0.09 | 134.61 | 0.98 | 0.46 |
| Hex | 2 | E8 | 3A | 63 | 0 | 4B | 9 | 87 | 62 | 2E |
| Octal | 2 | 350 | 72 | 143 | 0 | 113 | 11 | 207 | 142 | 56 |
| Binary | 10 | 11101000 | 111010 | 1100011 | 0 | 1001011 | 1001 | 10000111 | 1100010 | 101110 |
Color Harmonies of #02E83A
Complementary color
Monochromatic Colors of #02E83A
Black with #02E83A
Text Example
Text Example
White with #02E83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E83A; }
p { color: rgb(2,232,58); }
H1.HeaderClassName
{
color: #02E83A;
}
.AnyTagClassName
{
color: #02E83A;
}
</style>
background-color css
<style>
a { background-color: #02E83A; }
a { background-color: rgb(2,232,58); }
div.DivClassName
{
background-color: #02E83A;
}
.BgClassName
{
background-color: #02E83A;
}
</style>
border-color css
<style>
span { border-color: #02E83A; }
span { border-color: rgb(2,232,58); }
td.TdClassName
{
border-color: #02E83A;
}
.TagClassName
{
border-color: #02E83A;
}
</style>