Shades of Malachite #02DF37
Tints of Malachite #02DF37
RGB
CMYK
RGB Variations
Color information
#02DF37 (or 0x02DF37) is known color: Malachite. HEX triplet: 02, DF and 37. RGB value is (2,223,55). Sum of RGB (Red+Green+Blue) = 2+223+55=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 223 (87.5% from 255 or 79.64% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF37 is #FD20C8. Grayscale: #8A8A8A. Windows color (decimal): -16589001 or 3661570. OLE color: 3661570.
HSL color Cylindrical-coordinate representation of color #02DF37: hue angle of 134.39º 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 #02DF37 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 55 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.13 |
| HSL | 134.39º | 0.98% | 0.44% | - |
| HSV(B) | 134.39º | 0.99% | 0.87% | - |
| XYZ | 27.1 | 53.06 | 12.43 | - |
| YUV | 137.77 | 81.28 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 55 | 0.99 | 0 | 0.75 | 0.13 | 134.39 | 0.98 | 0.44 |
| Hex | 2 | DF | 37 | 63 | 0 | 4B | D | 86 | 62 | 2C |
| Octal | 2 | 337 | 67 | 143 | 0 | 113 | 15 | 206 | 142 | 54 |
| Binary | 10 | 11011111 | 110111 | 1100011 | 0 | 1001011 | 1101 | 10000110 | 1100010 | 101100 |
Color Harmonies of #02DF37
Complementary color
Monochromatic Colors of #02DF37
Black with #02DF37
Text Example
Text Example
White with #02DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF37; }
p { color: rgb(2,223,55); }
H1.HeaderClassName
{
color: #02DF37;
}
.AnyTagClassName
{
color: #02DF37;
}
</style>
background-color css
<style>
a { background-color: #02DF37; }
a { background-color: rgb(2,223,55); }
div.DivClassName
{
background-color: #02DF37;
}
.BgClassName
{
background-color: #02DF37;
}
</style>
border-color css
<style>
span { border-color: #02DF37; }
span { border-color: rgb(2,223,55); }
td.TdClassName
{
border-color: #02DF37;
}
.TagClassName
{
border-color: #02DF37;
}
</style>