Shades of Malachite #02FA40
Tints of Malachite #02FA40
RGB
CMYK
RGB Variations
Color information
#02FA40 (or 0x02FA40) is known color: Malachite. HEX triplet: 02, FA and 40. RGB value is (2,250,64). Sum of RGB (Red+Green+Blue) = 2+250+64=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FA40 is #FD05BF. Grayscale: #9B9B9B. Windows color (decimal): -16582080 or 4258306. OLE color: 4258306.
HSL color Cylindrical-coordinate representation of color #02FA40: hue angle of 135º 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 #02FA40 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 64 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.02 |
| HSL | 135º | 0.98% | 0.49% | - |
| HSV(B) | 135º | 0.99% | 0.98% | - |
| XYZ | 35.14 | 68.75 | 16.27 | - |
| YUV | 154.64 | 76.84 | 19.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 64 | 0.99 | 0 | 0.74 | 0.02 | 135 | 0.98 | 0.49 |
| Hex | 2 | FA | 40 | 63 | 0 | 4A | 2 | 87 | 62 | 31 |
| Octal | 2 | 372 | 100 | 143 | 0 | 112 | 2 | 207 | 142 | 61 |
| Binary | 10 | 11111010 | 1000000 | 1100011 | 0 | 1001010 | 10 | 10000111 | 1100010 | 110001 |
Color Harmonies of #02FA40
Complementary color
Monochromatic Colors of #02FA40
Black with #02FA40
Text Example
Text Example
White with #02FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA40; }
p { color: rgb(2,250,64); }
H1.HeaderClassName
{
color: #02FA40;
}
.AnyTagClassName
{
color: #02FA40;
}
</style>
background-color css
<style>
a { background-color: #02FA40; }
a { background-color: rgb(2,250,64); }
div.DivClassName
{
background-color: #02FA40;
}
.BgClassName
{
background-color: #02FA40;
}
</style>
border-color css
<style>
span { border-color: #02FA40; }
span { border-color: rgb(2,250,64); }
td.TdClassName
{
border-color: #02FA40;
}
.TagClassName
{
border-color: #02FA40;
}
</style>