Shades of Malachite #02FF46
Tints of Malachite #02FF46
RGB
CMYK
RGB Variations
Color information
#02FF46 (or 0x02FF46) is known color: Malachite. HEX triplet: 02, FF and 46. RGB value is (2,255,70). Sum of RGB (Red+Green+Blue) = 2+255+70=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FF46 is #FD00B9. Grayscale: #9E9E9E. Windows color (decimal): -16580794 or 4652802. OLE color: 4652802.
HSL color Cylindrical-coordinate representation of color #02FF46: hue angle of 136.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF46 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 70 | - |
| CMYK | 0.99 | 0 | 0.73 | 0 |
| HSL | 136.13º | 1% | 0.5% | - |
| HSV(B) | 136.13º | 0.99% | 1% | - |
| XYZ | 36.89 | 71.98 | 17.74 | - |
| YUV | 158.26 | 78.18 | 16.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 70 | 0.99 | 0 | 0.73 | 0 | 136.13 | 1 | 0.5 |
| Hex | 2 | FF | 46 | 63 | 0 | 49 | 0 | 88 | 64 | 32 |
| Octal | 2 | 377 | 106 | 143 | 0 | 111 | 0 | 210 | 144 | 62 |
| Binary | 10 | 11111111 | 1000110 | 1100011 | 0 | 1001001 | 0 | 10001000 | 1100100 | 110010 |
Color Harmonies of #02FF46
Complementary color
Monochromatic Colors of #02FF46
Black with #02FF46
Text Example
Text Example
White with #02FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF46; }
p { color: rgb(2,255,70); }
H1.HeaderClassName
{
color: #02FF46;
}
.AnyTagClassName
{
color: #02FF46;
}
</style>
background-color css
<style>
a { background-color: #02FF46; }
a { background-color: rgb(2,255,70); }
div.DivClassName
{
background-color: #02FF46;
}
.BgClassName
{
background-color: #02FF46;
}
</style>
border-color css
<style>
span { border-color: #02FF46; }
span { border-color: rgb(2,255,70); }
td.TdClassName
{
border-color: #02FF46;
}
.TagClassName
{
border-color: #02FF46;
}
</style>