Shades of Malachite #02FA3A
Tints of Malachite #02FA3A
RGB
CMYK
RGB Variations
Color information
#02FA3A (or 0x02FA3A) is known color: Malachite. HEX triplet: 02, FA and 3A. RGB value is (2,250,58). Sum of RGB (Red+Green+Blue) = 2+250+58=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 250 (98.05% from 255 or 80.65% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FA3A is #FD05C5. Grayscale: #9A9A9A. Windows color (decimal): -16582086 or 3865090. OLE color: 3865090.
HSL color Cylindrical-coordinate representation of color #02FA3A: hue angle of 133.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FA3A is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 58 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.02 |
| HSL | 133.55º | 0.98% | 0.49% | - |
| HSV(B) | 133.55º | 0.99% | 0.98% | - |
| XYZ | 34.97 | 68.69 | 15.42 | - |
| YUV | 153.96 | 73.84 | 19.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 58 | 0.99 | 0 | 0.77 | 0.02 | 133.55 | 0.98 | 0.49 |
| Hex | 2 | FA | 3A | 63 | 0 | 4D | 2 | 86 | 62 | 31 |
| Octal | 2 | 372 | 72 | 143 | 0 | 115 | 2 | 206 | 142 | 61 |
| Binary | 10 | 11111010 | 111010 | 1100011 | 0 | 1001101 | 10 | 10000110 | 1100010 | 110001 |
Color Harmonies of #02FA3A
Complementary color
Monochromatic Colors of #02FA3A
Black with #02FA3A
Text Example
Text Example
White with #02FA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA3A; }
p { color: rgb(2,250,58); }
H1.HeaderClassName
{
color: #02FA3A;
}
.AnyTagClassName
{
color: #02FA3A;
}
</style>
background-color css
<style>
a { background-color: #02FA3A; }
a { background-color: rgb(2,250,58); }
div.DivClassName
{
background-color: #02FA3A;
}
.BgClassName
{
background-color: #02FA3A;
}
</style>
border-color css
<style>
span { border-color: #02FA3A; }
span { border-color: rgb(2,250,58); }
td.TdClassName
{
border-color: #02FA3A;
}
.TagClassName
{
border-color: #02FA3A;
}
</style>