Shades of Malachite #02FA3C
Tints of Malachite #02FA3C
RGB
CMYK
RGB Variations
Color information
#02FA3C (or 0x02FA3C) is known color: Malachite. HEX triplet: 02, FA and 3C. RGB value is (2,250,60). Sum of RGB (Red+Green+Blue) = 2+250+60=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 250 (98.05% from 255 or 80.13% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FA3C is #FD05C3. Grayscale: #9A9A9A. Windows color (decimal): -16582084 or 3996162. OLE color: 3996162.
HSL color Cylindrical-coordinate representation of color #02FA3C: hue angle of 134.03º 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 #02FA3C is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 60 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.02 |
| HSL | 134.03º | 0.98% | 0.49% | - |
| HSV(B) | 134.03º | 0.99% | 0.98% | - |
| XYZ | 35.03 | 68.71 | 15.69 | - |
| YUV | 154.19 | 74.84 | 19.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 60 | 0.99 | 0 | 0.76 | 0.02 | 134.03 | 0.98 | 0.49 |
| Hex | 2 | FA | 3C | 63 | 0 | 4C | 2 | 86 | 62 | 31 |
| Octal | 2 | 372 | 74 | 143 | 0 | 114 | 2 | 206 | 142 | 61 |
| Binary | 10 | 11111010 | 111100 | 1100011 | 0 | 1001100 | 10 | 10000110 | 1100010 | 110001 |
Color Harmonies of #02FA3C
Complementary color
Monochromatic Colors of #02FA3C
Black with #02FA3C
Text Example
Text Example
White with #02FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA3C; }
p { color: rgb(2,250,60); }
H1.HeaderClassName
{
color: #02FA3C;
}
.AnyTagClassName
{
color: #02FA3C;
}
</style>
background-color css
<style>
a { background-color: #02FA3C; }
a { background-color: rgb(2,250,60); }
div.DivClassName
{
background-color: #02FA3C;
}
.BgClassName
{
background-color: #02FA3C;
}
</style>
border-color css
<style>
span { border-color: #02FA3C; }
span { border-color: rgb(2,250,60); }
td.TdClassName
{
border-color: #02FA3C;
}
.TagClassName
{
border-color: #02FA3C;
}
</style>