Shades of Malachite #02E23D
Tints of Malachite #02E23D
RGB
CMYK
RGB Variations
Color information
#02E23D (or 0x02E23D) is known color: Malachite. HEX triplet: 02, E2 and 3D. RGB value is (2,226,61). Sum of RGB (Red+Green+Blue) = 2+226+61=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 226 (88.67% from 255 or 78.20% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 226 - color contains mainly: green. Hex color #02E23D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E23D is #FD1DC2. Grayscale: #8C8C8C. Windows color (decimal): -16588227 or 4055554. OLE color: 4055554.
HSL color Cylindrical-coordinate representation of color #02E23D: hue angle of 135.8º 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 #02E23D is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 61 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.11 |
| HSL | 135.8º | 0.98% | 0.45% | - |
| HSV(B) | 135.8º | 0.99% | 0.89% | - |
| XYZ | 28.06 | 54.74 | 13.5 | - |
| YUV | 140.21 | 83.29 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 61 | 0.99 | 0 | 0.73 | 0.11 | 135.8 | 0.98 | 0.45 |
| Hex | 2 | E2 | 3D | 63 | 0 | 49 | B | 88 | 62 | 2D |
| Octal | 2 | 342 | 75 | 143 | 0 | 111 | 13 | 210 | 142 | 55 |
| Binary | 10 | 11100010 | 111101 | 1100011 | 0 | 1001001 | 1011 | 10001000 | 1100010 | 101101 |
Color Harmonies of #02E23D
Complementary color
Monochromatic Colors of #02E23D
Black with #02E23D
Text Example
Text Example
White with #02E23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E23D; }
p { color: rgb(2,226,61); }
H1.HeaderClassName
{
color: #02E23D;
}
.AnyTagClassName
{
color: #02E23D;
}
</style>
background-color css
<style>
a { background-color: #02E23D; }
a { background-color: rgb(2,226,61); }
div.DivClassName
{
background-color: #02E23D;
}
.BgClassName
{
background-color: #02E23D;
}
</style>
border-color css
<style>
span { border-color: #02E23D; }
span { border-color: rgb(2,226,61); }
td.TdClassName
{
border-color: #02E23D;
}
.TagClassName
{
border-color: #02E23D;
}
</style>