Shades of Malachite #02FC3C
Tints of Malachite #02FC3C
RGB
CMYK
RGB Variations
Color information
#02FC3C (or 0x02FC3C) is known color: Malachite. HEX triplet: 02, FC and 3C. RGB value is (2,252,60). Sum of RGB (Red+Green+Blue) = 2+252+60=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 252 (98.83% from 255 or 80.25% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FC3C is #FD03C3. Grayscale: #9B9B9B. Windows color (decimal): -16581572 or 3996674. OLE color: 3996674.
HSL color Cylindrical-coordinate representation of color #02FC3C: hue angle of 133.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FC3C is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
RGB | 2 | 252 | 60 | - |
CMYK | 0.99 | 0 | 0.76 | 0.01 |
HSL | 133.92º | 0.98% | 0.5% | - |
HSV(B) | 133.92º | 0.99% | 0.99% | - |
XYZ | 35.65 | 69.96 | 15.9 | - |
YUV | 155.36 | 74.18 | 18.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 252 | 60 | 0.99 | 0 | 0.76 | 0.01 | 133.92 | 0.98 | 0.5 |
Hex | 2 | FC | 3C | 63 | 0 | 4C | 1 | 86 | 62 | 32 |
Octal | 2 | 374 | 74 | 143 | 0 | 114 | 1 | 206 | 142 | 62 |
Binary | 10 | 11111100 | 111100 | 1100011 | 0 | 1001100 | 1 | 10000110 | 1100010 | 110010 |
Color Harmonies of #02FC3C
Complementary color
Monochromatic Colors of #02FC3C
Black with #02FC3C
Text Example
Text Example
White with #02FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FC3C; }
p { color: rgb(2,252,60); }
H1.HeaderClassName
{
color: #02FC3C;
}
.AnyTagClassName
{
color: #02FC3C;
}
</style>
background-color css
<style>
a { background-color: #02FC3C; }
a { background-color: rgb(2,252,60); }
div.DivClassName
{
background-color: #02FC3C;
}
.BgClassName
{
background-color: #02FC3C;
}
</style>
border-color css
<style>
span { border-color: #02FC3C; }
span { border-color: rgb(2,252,60); }
td.TdClassName
{
border-color: #02FC3C;
}
.TagClassName
{
border-color: #02FC3C;
}
</style>