Shades of Malachite #02E33B
Tints of Malachite #02E33B
RGB
CMYK
RGB Variations
Color information
#02E33B (or 0x02E33B) is known color: Malachite. HEX triplet: 02, E3 and 3B. RGB value is (2,227,59). Sum of RGB (Red+Green+Blue) = 2+227+59=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 227 (89.06% from 255 or 78.82% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 227 - color contains mainly: green. Hex color #02E33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E33B is #FD1CC4. Grayscale: #8D8D8D. Windows color (decimal): -16587973 or 3924738. OLE color: 3924738.
HSL color Cylindrical-coordinate representation of color #02E33B: hue angle of 135.2º 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 #02E33B is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 59 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.11 |
| HSL | 135.2º | 0.98% | 0.45% | - |
| HSV(B) | 135.2º | 0.99% | 0.89% | - |
| XYZ | 28.28 | 55.27 | 13.31 | - |
| YUV | 140.57 | 81.96 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 59 | 0.99 | 0 | 0.74 | 0.11 | 135.2 | 0.98 | 0.45 |
| Hex | 2 | E3 | 3B | 63 | 0 | 4A | B | 87 | 62 | 2D |
| Octal | 2 | 343 | 73 | 143 | 0 | 112 | 13 | 207 | 142 | 55 |
| Binary | 10 | 11100011 | 111011 | 1100011 | 0 | 1001010 | 1011 | 10000111 | 1100010 | 101101 |
Color Harmonies of #02E33B
Complementary color
Monochromatic Colors of #02E33B
Black with #02E33B
Text Example
Text Example
White with #02E33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E33B; }
p { color: rgb(2,227,59); }
H1.HeaderClassName
{
color: #02E33B;
}
.AnyTagClassName
{
color: #02E33B;
}
</style>
background-color css
<style>
a { background-color: #02E33B; }
a { background-color: rgb(2,227,59); }
div.DivClassName
{
background-color: #02E33B;
}
.BgClassName
{
background-color: #02E33B;
}
</style>
border-color css
<style>
span { border-color: #02E33B; }
span { border-color: rgb(2,227,59); }
td.TdClassName
{
border-color: #02E33B;
}
.TagClassName
{
border-color: #02E33B;
}
</style>