Shades of Malachite #02EE60
Tints of Malachite #02EE60
RGB
CMYK
RGB Variations
Color information
#02EE60 (or 0x02EE60) is known color: Malachite. HEX triplet: 02, EE and 60. RGB value is (2,238,96). Sum of RGB (Red+Green+Blue) = 2+238+96=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EE60 is #FD119F. Grayscale: #979797. Windows color (decimal): -16585120 or 6352386. OLE color: 6352386.
HSL color Cylindrical-coordinate representation of color #02EE60: hue angle of 143.9º 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 #02EE60 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 238 | 96 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.07 |
| HSL | 143.9º | 0.98% | 0.47% | - |
| HSV(B) | 143.9º | 0.99% | 0.93% | - |
| XYZ | 32.71 | 62.01 | 21.31 | - |
| YUV | 151.25 | 96.81 | 21.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 96 | 0.99 | 0 | 0.60 | 0.07 | 143.9 | 0.98 | 0.47 |
| Hex | 2 | EE | 60 | 63 | 0 | 3C | 7 | 90 | 62 | 2F |
| Octal | 2 | 356 | 140 | 143 | 0 | 74 | 7 | 220 | 142 | 57 |
| Binary | 10 | 11101110 | 1100000 | 1100011 | 0 | 111100 | 111 | 10010000 | 1100010 | 101111 |
Color Harmonies of #02EE60
Complementary color
Monochromatic Colors of #02EE60
Black with #02EE60
Text Example
Text Example
White with #02EE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EE60; }
p { color: rgb(2,238,96); }
H1.HeaderClassName
{
color: #02EE60;
}
.AnyTagClassName
{
color: #02EE60;
}
</style>
background-color css
<style>
a { background-color: #02EE60; }
a { background-color: rgb(2,238,96); }
div.DivClassName
{
background-color: #02EE60;
}
.BgClassName
{
background-color: #02EE60;
}
</style>
border-color css
<style>
span { border-color: #02EE60; }
span { border-color: rgb(2,238,96); }
td.TdClassName
{
border-color: #02EE60;
}
.TagClassName
{
border-color: #02EE60;
}
</style>