Shades of Malachite #02EB32
Tints of Malachite #02EB32
RGB
CMYK
RGB Variations
Color information
#02EB32 (or 0x02EB32) is known color: Malachite. HEX triplet: 02, EB and 32. RGB value is (2,235,50). Sum of RGB (Red+Green+Blue) = 2+235+50=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 235 (92.19% from 255 or 81.88% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EB32 is #FD14CD. Grayscale: #909090. Windows color (decimal): -16585934 or 3336962. OLE color: 3336962.
HSL color Cylindrical-coordinate representation of color #02EB32: hue angle of 132.36º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EB32 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 235 | 50 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.08 |
| HSL | 132.36º | 0.98% | 0.46% | - |
| HSV(B) | 132.36º | 0.99% | 0.92% | - |
| XYZ | 30.31 | 59.66 | 12.94 | - |
| YUV | 144.24 | 74.81 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 235 | 50 | 0.99 | 0 | 0.79 | 0.08 | 132.36 | 0.98 | 0.46 |
| Hex | 2 | EB | 32 | 63 | 0 | 4F | 8 | 84 | 62 | 2E |
| Octal | 2 | 353 | 62 | 143 | 0 | 117 | 10 | 204 | 142 | 56 |
| Binary | 10 | 11101011 | 110010 | 1100011 | 0 | 1001111 | 1000 | 10000100 | 1100010 | 101110 |
Color Harmonies of #02EB32
Complementary color
Monochromatic Colors of #02EB32
Black with #02EB32
Text Example
Text Example
White with #02EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EB32; }
p { color: rgb(2,235,50); }
H1.HeaderClassName
{
color: #02EB32;
}
.AnyTagClassName
{
color: #02EB32;
}
</style>
background-color css
<style>
a { background-color: #02EB32; }
a { background-color: rgb(2,235,50); }
div.DivClassName
{
background-color: #02EB32;
}
.BgClassName
{
background-color: #02EB32;
}
</style>
border-color css
<style>
span { border-color: #02EB32; }
span { border-color: rgb(2,235,50); }
td.TdClassName
{
border-color: #02EB32;
}
.TagClassName
{
border-color: #02EB32;
}
</style>