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