Shades of Malachite #02EE4C
Tints of Malachite #02EE4C
RGB
CMYK
RGB Variations
Color information
#02EE4C (or 0x02EE4C) is known color: Malachite. HEX triplet: 02, EE and 4C. RGB value is (2,238,76). Sum of RGB (Red+Green+Blue) = 2+238+76=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 238 (93.36% from 255 or 75.32% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EE4C is #FD11B3. Grayscale: #959595. Windows color (decimal): -16585140 or 5041666. OLE color: 5041666.
HSL color Cylindrical-coordinate representation of color #02EE4C: hue angle of 138.81º 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 #02EE4C is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 238 | 76 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.07 |
| HSL | 138.81º | 0.98% | 0.47% | - |
| HSV(B) | 138.81º | 0.99% | 0.93% | - |
| XYZ | 31.9 | 61.68 | 17.06 | - |
| YUV | 148.97 | 86.81 | 23.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 76 | 0.99 | 0 | 0.68 | 0.07 | 138.81 | 0.98 | 0.47 |
| Hex | 2 | EE | 4C | 63 | 0 | 44 | 7 | 8B | 62 | 2F |
| Octal | 2 | 356 | 114 | 143 | 0 | 104 | 7 | 213 | 142 | 57 |
| Binary | 10 | 11101110 | 1001100 | 1100011 | 0 | 1000100 | 111 | 10001011 | 1100010 | 101111 |
Color Harmonies of #02EE4C
Complementary color
Monochromatic Colors of #02EE4C
Black with #02EE4C
Text Example
Text Example
White with #02EE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EE4C; }
p { color: rgb(2,238,76); }
H1.HeaderClassName
{
color: #02EE4C;
}
.AnyTagClassName
{
color: #02EE4C;
}
</style>
background-color css
<style>
a { background-color: #02EE4C; }
a { background-color: rgb(2,238,76); }
div.DivClassName
{
background-color: #02EE4C;
}
.BgClassName
{
background-color: #02EE4C;
}
</style>
border-color css
<style>
span { border-color: #02EE4C; }
span { border-color: rgb(2,238,76); }
td.TdClassName
{
border-color: #02EE4C;
}
.TagClassName
{
border-color: #02EE4C;
}
</style>