Html Css Color HEX #02DC42 Malachite

📋 copy color: '#02DC42'

red 2 ◦ green 220 ◦ blue 66

#02DC42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #02DC42

Tints of Malachite #02DC42

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

 GREEN value IS 220 (86.33% from 255) = 76.39%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 0.69%
G = 76.39%
B = 22.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02DC42 (or 0x02DC42) is known color: Malachite. HEX triplet: 02, DC and 42. RGB value is (2,220,66). Sum of RGB (Red+Green+Blue) = 2+220+66=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC42 is #FD23BD. Grayscale: #898989. Windows color (decimal): -16589758 or 4381698. OLE color: 4381698.

HSL color Cylindrical-coordinate representation of color #02DC42: hue angle of 137.61º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC42 is Cyan = 0.99, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 220 66 -
CMYK 0.99 0 0.7 0.14
HSL 137.61º 0.98% 0.44% -
HSV(B) 137.61º 0.99% 0.86% -
XYZ 26.6 51.59 13.71 -
YUV 137.26 87.78 31.52 -
System Red Green Blue C M Y K H S L
Decimal 2 220 66 0.99 0 0.7 0.14 137.61 0.98 0.44
Hex 2 DC 42 63 0 46 E 8A 62 2C
Octal 2 334 102 143 0 106 16 212 142 54
Binary 10 11011100 1000010 1100011 0 1000110 1110 10001010 1100010 101100

Color Harmonies of #02DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC42

Black with #02DC42

Text Example


Text Example

White with #02DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02DC42; }

 p { color: rgb(2,220,66); }

 H1.HeaderClassName
 {
   color: #02DC42;
 }
 .AnyTagClassName
 {
   color: #02DC42;
 }
</style>

background-color css

<style>
 a { background-color: #02DC42; }

 a { background-color: rgb(2,220,66); }

 div.DivClassName
 {
   background-color: #02DC42;
 }
 .BgClassName
 {
   background-color: #02DC42;
 }
</style>

border-color css

<style>
 span { border-color: #02DC42; }

 span { border-color: rgb(2,220,66); }

 td.TdClassName
 {
   border-color: #02DC42;
 }
 .TagClassName
 {
   border-color: #02DC42;
 }
</style>