Shades of Malachite #02E24D
Tints of Malachite #02E24D
RGB
CMYK
RGB Variations
Color information
#02E24D (or 0x02E24D) is known color: Malachite. HEX triplet: 02, E2 and 4D. RGB value is (2,226,77). Sum of RGB (Red+Green+Blue) = 2+226+77=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 226 (88.67% from 255 or 74.10% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 226 - color contains mainly: green. Hex color #02E24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E24D is #FD1DB2. Grayscale: #8E8E8E. Windows color (decimal): -16588211 or 5104130. OLE color: 5104130.
HSL color Cylindrical-coordinate representation of color #02E24D: hue angle of 140.09º 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 #02E24D is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 77 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.11 |
| HSL | 140.09º | 0.98% | 0.45% | - |
| HSV(B) | 140.09º | 0.99% | 0.89% | - |
| XYZ | 28.56 | 54.94 | 16.12 | - |
| YUV | 142.04 | 91.29 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 77 | 0.99 | 0 | 0.66 | 0.11 | 140.09 | 0.98 | 0.45 |
| Hex | 2 | E2 | 4D | 63 | 0 | 42 | B | 8C | 62 | 2D |
| Octal | 2 | 342 | 115 | 143 | 0 | 102 | 13 | 214 | 142 | 55 |
| Binary | 10 | 11100010 | 1001101 | 1100011 | 0 | 1000010 | 1011 | 10001100 | 1100010 | 101101 |
Color Harmonies of #02E24D
Complementary color
Monochromatic Colors of #02E24D
Black with #02E24D
Text Example
Text Example
White with #02E24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E24D; }
p { color: rgb(2,226,77); }
H1.HeaderClassName
{
color: #02E24D;
}
.AnyTagClassName
{
color: #02E24D;
}
</style>
background-color css
<style>
a { background-color: #02E24D; }
a { background-color: rgb(2,226,77); }
div.DivClassName
{
background-color: #02E24D;
}
.BgClassName
{
background-color: #02E24D;
}
</style>
border-color css
<style>
span { border-color: #02E24D; }
span { border-color: rgb(2,226,77); }
td.TdClassName
{
border-color: #02E24D;
}
.TagClassName
{
border-color: #02E24D;
}
</style>