Shades of Malachite #02E63D
Tints of Malachite #02E63D
RGB
CMYK
RGB Variations
Color information
#02E63D (or 0x02E63D) is known color: Malachite. HEX triplet: 02, E6 and 3D. RGB value is (2,230,61). Sum of RGB (Red+Green+Blue) = 2+230+61=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 230 (90.23% from 255 or 78.50% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 230 - color contains mainly: green. Hex color #02E63D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E63D is #FD19C2. Grayscale: #8F8F8F. Windows color (decimal): -16587203 or 4056578. OLE color: 4056578.
HSL color Cylindrical-coordinate representation of color #02E63D: hue angle of 135.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E63D is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 61 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.10 |
| HSL | 135.53º | 0.98% | 0.45% | - |
| HSV(B) | 135.53º | 0.99% | 0.9% | - |
| XYZ | 29.16 | 56.94 | 13.87 | - |
| YUV | 142.56 | 81.96 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 61 | 0.99 | 0 | 0.73 | 0.10 | 135.53 | 0.98 | 0.45 |
| Hex | 2 | E6 | 3D | 63 | 0 | 49 | A | 88 | 62 | 2D |
| Octal | 2 | 346 | 75 | 143 | 0 | 111 | 12 | 210 | 142 | 55 |
| Binary | 10 | 11100110 | 111101 | 1100011 | 0 | 1001001 | 1010 | 10001000 | 1100010 | 101101 |
Color Harmonies of #02E63D
Complementary color
Monochromatic Colors of #02E63D
Black with #02E63D
Text Example
Text Example
White with #02E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E63D; }
p { color: rgb(2,230,61); }
H1.HeaderClassName
{
color: #02E63D;
}
.AnyTagClassName
{
color: #02E63D;
}
</style>
background-color css
<style>
a { background-color: #02E63D; }
a { background-color: rgb(2,230,61); }
div.DivClassName
{
background-color: #02E63D;
}
.BgClassName
{
background-color: #02E63D;
}
</style>
border-color css
<style>
span { border-color: #02E63D; }
span { border-color: rgb(2,230,61); }
td.TdClassName
{
border-color: #02E63D;
}
.TagClassName
{
border-color: #02E63D;
}
</style>