Shades of Malachite #02DF3C
Tints of Malachite #02DF3C
RGB
CMYK
RGB Variations
Color information
#02DF3C (or 0x02DF3C) is known color: Malachite. HEX triplet: 02, DF and 3C. RGB value is (2,223,60). Sum of RGB (Red+Green+Blue) = 2+223+60=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 223 (87.5% from 255 or 78.25% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF3C is #FD20C3. Grayscale: #8A8A8A. Windows color (decimal): -16588996 or 3989250. OLE color: 3989250.
HSL color Cylindrical-coordinate representation of color #02DF3C: hue angle of 135.75º 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 #02DF3C is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 60 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.13 |
| HSL | 135.75º | 0.98% | 0.44% | - |
| HSV(B) | 135.75º | 0.99% | 0.87% | - |
| XYZ | 27.23 | 53.11 | 13.09 | - |
| YUV | 138.34 | 83.78 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 60 | 0.99 | 0 | 0.73 | 0.13 | 135.75 | 0.98 | 0.44 |
| Hex | 2 | DF | 3C | 63 | 0 | 49 | D | 88 | 62 | 2C |
| Octal | 2 | 337 | 74 | 143 | 0 | 111 | 15 | 210 | 142 | 54 |
| Binary | 10 | 11011111 | 111100 | 1100011 | 0 | 1001001 | 1101 | 10001000 | 1100010 | 101100 |
Color Harmonies of #02DF3C
Complementary color
Monochromatic Colors of #02DF3C
Black with #02DF3C
Text Example
Text Example
White with #02DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF3C; }
p { color: rgb(2,223,60); }
H1.HeaderClassName
{
color: #02DF3C;
}
.AnyTagClassName
{
color: #02DF3C;
}
</style>
background-color css
<style>
a { background-color: #02DF3C; }
a { background-color: rgb(2,223,60); }
div.DivClassName
{
background-color: #02DF3C;
}
.BgClassName
{
background-color: #02DF3C;
}
</style>
border-color css
<style>
span { border-color: #02DF3C; }
span { border-color: rgb(2,223,60); }
td.TdClassName
{
border-color: #02DF3C;
}
.TagClassName
{
border-color: #02DF3C;
}
</style>