Shades of Malachite #02E440
Tints of Malachite #02E440
RGB
CMYK
RGB Variations
Color information
#02E440 (or 0x02E440) is known color: Malachite. HEX triplet: 02, E4 and 40. RGB value is (2,228,64). Sum of RGB (Red+Green+Blue) = 2+228+64=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 228 (89.45% from 255 or 77.55% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 228 - color contains mainly: green. Hex color #02E440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E440 is #FD1BBF. Grayscale: #8E8E8E. Windows color (decimal): -16587712 or 4252674. OLE color: 4252674.
HSL color Cylindrical-coordinate representation of color #02E440: hue angle of 136.46º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E440 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 228 | 64 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.11 |
| HSL | 136.46º | 0.98% | 0.45% | - |
| HSV(B) | 136.46º | 0.99% | 0.89% | - |
| XYZ | 28.69 | 55.87 | 14.12 | - |
| YUV | 141.73 | 84.13 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 64 | 0.99 | 0 | 0.72 | 0.11 | 136.46 | 0.98 | 0.45 |
| Hex | 2 | E4 | 40 | 63 | 0 | 48 | B | 88 | 62 | 2D |
| Octal | 2 | 344 | 100 | 143 | 0 | 110 | 13 | 210 | 142 | 55 |
| Binary | 10 | 11100100 | 1000000 | 1100011 | 0 | 1001000 | 1011 | 10001000 | 1100010 | 101101 |
Color Harmonies of #02E440
Complementary color
Monochromatic Colors of #02E440
Black with #02E440
Text Example
Text Example
White with #02E440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E440; }
p { color: rgb(2,228,64); }
H1.HeaderClassName
{
color: #02E440;
}
.AnyTagClassName
{
color: #02E440;
}
</style>
background-color css
<style>
a { background-color: #02E440; }
a { background-color: rgb(2,228,64); }
div.DivClassName
{
background-color: #02E440;
}
.BgClassName
{
background-color: #02E440;
}
</style>
border-color css
<style>
span { border-color: #02E440; }
span { border-color: rgb(2,228,64); }
td.TdClassName
{
border-color: #02E440;
}
.TagClassName
{
border-color: #02E440;
}
</style>