Shades of Malachite #02E24A
Tints of Malachite #02E24A
RGB
CMYK
RGB Variations
Color information
#02E24A (or 0x02E24A) is known color: Malachite. HEX triplet: 02, E2 and 4A. RGB value is (2,226,74). Sum of RGB (Red+Green+Blue) = 2+226+74=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 226 (88.67% from 255 or 74.83% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 226 - color contains mainly: green. Hex color #02E24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E24A is #FD1DB5. Grayscale: #8E8E8E. Windows color (decimal): -16588214 or 4907522. OLE color: 4907522.
HSL color Cylindrical-coordinate representation of color #02E24A: hue angle of 139.29º 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 #02E24A is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 74 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.11 |
| HSL | 139.29º | 0.98% | 0.45% | - |
| HSV(B) | 139.29º | 0.99% | 0.89% | - |
| XYZ | 28.46 | 54.9 | 15.58 | - |
| YUV | 141.7 | 89.79 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 74 | 0.99 | 0 | 0.67 | 0.11 | 139.29 | 0.98 | 0.45 |
| Hex | 2 | E2 | 4A | 63 | 0 | 43 | B | 8B | 62 | 2D |
| Octal | 2 | 342 | 112 | 143 | 0 | 103 | 13 | 213 | 142 | 55 |
| Binary | 10 | 11100010 | 1001010 | 1100011 | 0 | 1000011 | 1011 | 10001011 | 1100010 | 101101 |
Color Harmonies of #02E24A
Complementary color
Monochromatic Colors of #02E24A
Black with #02E24A
Text Example
Text Example
White with #02E24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E24A; }
p { color: rgb(2,226,74); }
H1.HeaderClassName
{
color: #02E24A;
}
.AnyTagClassName
{
color: #02E24A;
}
</style>
background-color css
<style>
a { background-color: #02E24A; }
a { background-color: rgb(2,226,74); }
div.DivClassName
{
background-color: #02E24A;
}
.BgClassName
{
background-color: #02E24A;
}
</style>
border-color css
<style>
span { border-color: #02E24A; }
span { border-color: rgb(2,226,74); }
td.TdClassName
{
border-color: #02E24A;
}
.TagClassName
{
border-color: #02E24A;
}
</style>