Shades of Malachite #02DF45
Tints of Malachite #02DF45
RGB
CMYK
RGB Variations
Color information
#02DF45 (or 0x02DF45) is known color: Malachite. HEX triplet: 02, DF and 45. RGB value is (2,223,69). Sum of RGB (Red+Green+Blue) = 2+223+69=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF45 is #FD20BA. Grayscale: #8B8B8B. Windows color (decimal): -16588987 or 4579074. OLE color: 4579074.
HSL color Cylindrical-coordinate representation of color #02DF45: hue angle of 138.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DF45 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 69 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.13 |
| HSL | 138.19º | 0.98% | 0.44% | - |
| HSV(B) | 138.19º | 0.99% | 0.87% | - |
| XYZ | 27.49 | 53.22 | 14.45 | - |
| YUV | 139.37 | 88.28 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 69 | 0.99 | 0 | 0.69 | 0.13 | 138.19 | 0.98 | 0.44 |
| Hex | 2 | DF | 45 | 63 | 0 | 45 | D | 8A | 62 | 2C |
| Octal | 2 | 337 | 105 | 143 | 0 | 105 | 15 | 212 | 142 | 54 |
| Binary | 10 | 11011111 | 1000101 | 1100011 | 0 | 1000101 | 1101 | 10001010 | 1100010 | 101100 |
Color Harmonies of #02DF45
Complementary color
Monochromatic Colors of #02DF45
Black with #02DF45
Text Example
Text Example
White with #02DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF45; }
p { color: rgb(2,223,69); }
H1.HeaderClassName
{
color: #02DF45;
}
.AnyTagClassName
{
color: #02DF45;
}
</style>
background-color css
<style>
a { background-color: #02DF45; }
a { background-color: rgb(2,223,69); }
div.DivClassName
{
background-color: #02DF45;
}
.BgClassName
{
background-color: #02DF45;
}
</style>
border-color css
<style>
span { border-color: #02DF45; }
span { border-color: rgb(2,223,69); }
td.TdClassName
{
border-color: #02DF45;
}
.TagClassName
{
border-color: #02DF45;
}
</style>