Shades of Malachite #02E534
Tints of Malachite #02E534
RGB
CMYK
RGB Variations
Color information
#02E534 (or 0x02E534) is known color: Malachite. HEX triplet: 02, E5 and 34. RGB value is (2,229,52). Sum of RGB (Red+Green+Blue) = 2+229+52=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 229 (89.84% from 255 or 80.92% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 229 - color contains mainly: green. Hex color #02E534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E534 is #FD1ACB. Grayscale: #8D8D8D. Windows color (decimal): -16587468 or 3466498. OLE color: 3466498.
HSL color Cylindrical-coordinate representation of color #02E534: hue angle of 133.22º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E534 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 52 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.10 |
| HSL | 133.22º | 0.98% | 0.45% | - |
| HSV(B) | 133.22º | 0.99% | 0.9% | - |
| XYZ | 28.66 | 56.3 | 12.6 | - |
| YUV | 140.95 | 77.79 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 52 | 0.99 | 0 | 0.77 | 0.10 | 133.22 | 0.98 | 0.45 |
| Hex | 2 | E5 | 34 | 63 | 0 | 4D | A | 85 | 62 | 2D |
| Octal | 2 | 345 | 64 | 143 | 0 | 115 | 12 | 205 | 142 | 55 |
| Binary | 10 | 11100101 | 110100 | 1100011 | 0 | 1001101 | 1010 | 10000101 | 1100010 | 101101 |
Color Harmonies of #02E534
Complementary color
Monochromatic Colors of #02E534
Black with #02E534
Text Example
Text Example
White with #02E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E534; }
p { color: rgb(2,229,52); }
H1.HeaderClassName
{
color: #02E534;
}
.AnyTagClassName
{
color: #02E534;
}
</style>
background-color css
<style>
a { background-color: #02E534; }
a { background-color: rgb(2,229,52); }
div.DivClassName
{
background-color: #02E534;
}
.BgClassName
{
background-color: #02E534;
}
</style>
border-color css
<style>
span { border-color: #02E534; }
span { border-color: rgb(2,229,52); }
td.TdClassName
{
border-color: #02E534;
}
.TagClassName
{
border-color: #02E534;
}
</style>