Shades of Malachite #02E140
Tints of Malachite #02E140
RGB
CMYK
RGB Variations
Color information
#02E140 (or 0x02E140) is known color: Malachite. HEX triplet: 02, E1 and 40. RGB value is (2,225,64). Sum of RGB (Red+Green+Blue) = 2+225+64=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 225 (88.28% from 255 or 77.32% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 225 - color contains mainly: green. Hex color #02E140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E140 is #FD1EBF. Grayscale: #8C8C8C. Windows color (decimal): -16588480 or 4251906. OLE color: 4251906.
HSL color Cylindrical-coordinate representation of color #02E140: hue angle of 136.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E140 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 225 | 64 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.12 |
| HSL | 136.68º | 0.98% | 0.45% | - |
| HSV(B) | 136.68º | 0.99% | 0.88% | - |
| XYZ | 27.88 | 54.23 | 13.85 | - |
| YUV | 139.97 | 85.12 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 225 | 64 | 0.99 | 0 | 0.72 | 0.12 | 136.68 | 0.98 | 0.45 |
| Hex | 2 | E1 | 40 | 63 | 0 | 48 | C | 89 | 62 | 2D |
| Octal | 2 | 341 | 100 | 143 | 0 | 110 | 14 | 211 | 142 | 55 |
| Binary | 10 | 11100001 | 1000000 | 1100011 | 0 | 1001000 | 1100 | 10001001 | 1100010 | 101101 |
Color Harmonies of #02E140
Complementary color
Monochromatic Colors of #02E140
Black with #02E140
Text Example
Text Example
White with #02E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E140; }
p { color: rgb(2,225,64); }
H1.HeaderClassName
{
color: #02E140;
}
.AnyTagClassName
{
color: #02E140;
}
</style>
background-color css
<style>
a { background-color: #02E140; }
a { background-color: rgb(2,225,64); }
div.DivClassName
{
background-color: #02E140;
}
.BgClassName
{
background-color: #02E140;
}
</style>
border-color css
<style>
span { border-color: #02E140; }
span { border-color: rgb(2,225,64); }
td.TdClassName
{
border-color: #02E140;
}
.TagClassName
{
border-color: #02E140;
}
</style>