Html Css Color HEX #02DC3C Malachite

📋 copy color: '#02DC3C'

red 2 ◦ green 220 ◦ blue 60

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

Shades of Malachite #02DC3C

Tints of Malachite #02DC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 0.71%
G = 78.01%
B = 21.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#02DC3C (or 0x02DC3C) is known color: Malachite. HEX triplet: 02, DC and 3C. RGB value is (2,220,60). Sum of RGB (Red+Green+Blue) = 2+220+60=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC3C is #FD23C3. Grayscale: #888888. Windows color (decimal): -16589764 or 3988482. OLE color: 3988482.

HSL color Cylindrical-coordinate representation of color #02DC3C: hue angle of 135.96º 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 #02DC3C is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 220 60 -
CMYK 0.99 0 0.73 0.14
HSL 135.96º 0.98% 0.44% -
HSV(B) 135.96º 0.99% 0.86% -
XYZ 26.43 51.53 12.83 -
YUV 136.58 84.78 32.01 -
System Red Green Blue C M Y K H S L
Decimal 2 220 60 0.99 0 0.73 0.14 135.96 0.98 0.44
Hex 2 DC 3C 63 0 49 E 88 62 2C
Octal 2 334 74 143 0 111 16 210 142 54
Binary 10 11011100 111100 1100011 0 1001001 1110 10001000 1100010 101100

Color Harmonies of #02DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC3C

Black with #02DC3C

Text Example


Text Example

White with #02DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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