Html Css Color HEX #03DC42 Malachite

📋 copy color: '#03DC42'

red 3 ◦ green 220 ◦ blue 66

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

Shades of Malachite #03DC42

Tints of Malachite #03DC42

RGB

 RED value IS 3 (1.56% from 255) = 1.04%

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

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

R = 1.04%
G = 76.12%
B = 22.84%

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

#03DC42 (or 0x03DC42) is known color: Malachite. HEX triplet: 03, DC and 42. RGB value is (3,220,66). Sum of RGB (Red+Green+Blue) = 3+220+66=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DC42 is #FC23BD. Grayscale: #898989. Windows color (decimal): -16524222 or 4381699. OLE color: 4381699.

HSL color Cylindrical-coordinate representation of color #03DC42: hue angle of 137.42º degrees, saturation: 0.97, 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 #03DC42 is Cyan = 0.99, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 220 66 -
CMYK 0.99 0 0.7 0.14
HSL 137.42º 0.97% 0.44% -
HSV(B) 137.42º 0.99% 0.86% -
XYZ 26.61 51.6 13.71 -
YUV 137.56 87.61 32.02 -
System Red Green Blue C M Y K H S L
Decimal 3 220 66 0.99 0 0.7 0.14 137.42 0.97 0.44
Hex 3 DC 42 63 0 46 E 89 61 2C
Octal 3 334 102 143 0 106 16 211 141 54
Binary 11 11011100 1000010 1100011 0 1000110 1110 10001001 1100001 101100

Color Harmonies of #03DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC42

Black with #03DC42

Text Example


Text Example

White with #03DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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