Shades of Malachite #02E34C
Tints of Malachite #02E34C
RGB
CMYK
RGB Variations
Color information
#02E34C (or 0x02E34C) is known color: Malachite. HEX triplet: 02, E3 and 4C. RGB value is (2,227,76). Sum of RGB (Red+Green+Blue) = 2+227+76=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 227 (89.06% from 255 or 74.43% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 227 - color contains mainly: green. Hex color #02E34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E34C is #FD1CB3. Grayscale: #8E8E8E. Windows color (decimal): -16587956 or 5038850. OLE color: 5038850.
HSL color Cylindrical-coordinate representation of color #02E34C: hue angle of 139.73º 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 #02E34C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 76 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.11 |
| HSL | 139.73º | 0.98% | 0.45% | - |
| HSV(B) | 139.73º | 0.99% | 0.89% | - |
| XYZ | 28.8 | 55.47 | 16.03 | - |
| YUV | 142.51 | 90.46 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 76 | 0.99 | 0 | 0.67 | 0.11 | 139.73 | 0.98 | 0.45 |
| Hex | 2 | E3 | 4C | 63 | 0 | 43 | B | 8C | 62 | 2D |
| Octal | 2 | 343 | 114 | 143 | 0 | 103 | 13 | 214 | 142 | 55 |
| Binary | 10 | 11100011 | 1001100 | 1100011 | 0 | 1000011 | 1011 | 10001100 | 1100010 | 101101 |
Color Harmonies of #02E34C
Complementary color
Monochromatic Colors of #02E34C
Black with #02E34C
Text Example
Text Example
White with #02E34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E34C; }
p { color: rgb(2,227,76); }
H1.HeaderClassName
{
color: #02E34C;
}
.AnyTagClassName
{
color: #02E34C;
}
</style>
background-color css
<style>
a { background-color: #02E34C; }
a { background-color: rgb(2,227,76); }
div.DivClassName
{
background-color: #02E34C;
}
.BgClassName
{
background-color: #02E34C;
}
</style>
border-color css
<style>
span { border-color: #02E34C; }
span { border-color: rgb(2,227,76); }
td.TdClassName
{
border-color: #02E34C;
}
.TagClassName
{
border-color: #02E34C;
}
</style>