Html Css Color HEX #02DC3E Malachite

📋 copy color: '#02DC3E'

red 2 ◦ green 220 ◦ blue 62

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

Shades of Malachite #02DC3E

Tints of Malachite #02DC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 0.7%
G = 77.46%
B = 21.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#02DC3E (or 0x02DC3E) is known color: Malachite. HEX triplet: 02, DC and 3E. RGB value is (2,220,62). Sum of RGB (Red+Green+Blue) = 2+220+62=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC3E is #FD23C1. Grayscale: #898989. Windows color (decimal): -16589762 or 4119554. OLE color: 4119554.

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

Color convert

RGB 2 220 62 -
CMYK 0.99 0 0.72 0.14
HSL 136.51º 0.98% 0.44% -
HSV(B) 136.51º 0.99% 0.86% -
XYZ 26.49 51.55 13.11 -
YUV 136.81 85.78 31.85 -
System Red Green Blue C M Y K H S L
Decimal 2 220 62 0.99 0 0.72 0.14 136.51 0.98 0.44
Hex 2 DC 3E 63 0 48 E 89 62 2C
Octal 2 334 76 143 0 110 16 211 142 54
Binary 10 11011100 111110 1100011 0 1001000 1110 10001001 1100010 101100

Color Harmonies of #02DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC3E

Black with #02DC3E

Text Example


Text Example

White with #02DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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