Shades of Malachite #02ED3A
Tints of Malachite #02ED3A
RGB
CMYK
RGB Variations
Color information
#02ED3A (or 0x02ED3A) is known color: Malachite. HEX triplet: 02, ED and 3A. RGB value is (2,237,58). Sum of RGB (Red+Green+Blue) = 2+237+58=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 237 (92.97% from 255 or 79.80% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02ED3A is #FD12C5. Grayscale: #929292. Windows color (decimal): -16585414 or 3861762. OLE color: 3861762.
HSL color Cylindrical-coordinate representation of color #02ED3A: hue angle of 134.3º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ED3A is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 58 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.07 |
| HSL | 134.3º | 0.98% | 0.47% | - |
| HSV(B) | 134.3º | 0.99% | 0.93% | - |
| XYZ | 31.07 | 60.89 | 14.12 | - |
| YUV | 146.33 | 78.14 | 25.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 58 | 0.99 | 0 | 0.76 | 0.07 | 134.3 | 0.98 | 0.47 |
| Hex | 2 | ED | 3A | 63 | 0 | 4C | 7 | 86 | 62 | 2F |
| Octal | 2 | 355 | 72 | 143 | 0 | 114 | 7 | 206 | 142 | 57 |
| Binary | 10 | 11101101 | 111010 | 1100011 | 0 | 1001100 | 111 | 10000110 | 1100010 | 101111 |
Color Harmonies of #02ED3A
Complementary color
Monochromatic Colors of #02ED3A
Black with #02ED3A
Text Example
Text Example
White with #02ED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ED3A; }
p { color: rgb(2,237,58); }
H1.HeaderClassName
{
color: #02ED3A;
}
.AnyTagClassName
{
color: #02ED3A;
}
</style>
background-color css
<style>
a { background-color: #02ED3A; }
a { background-color: rgb(2,237,58); }
div.DivClassName
{
background-color: #02ED3A;
}
.BgClassName
{
background-color: #02ED3A;
}
</style>
border-color css
<style>
span { border-color: #02ED3A; }
span { border-color: rgb(2,237,58); }
td.TdClassName
{
border-color: #02ED3A;
}
.TagClassName
{
border-color: #02ED3A;
}
</style>