Html Css Color HEX #03DE42 Malachite

📋 copy color: '#03DE42'

red 3 ◦ green 222 ◦ blue 66

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

Shades of Malachite #03DE42

Tints of Malachite #03DE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.29%

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

R = 1.03%
G = 76.29%
B = 22.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#03DE42 (or 0x03DE42) is known color: Malachite. HEX triplet: 03, DE and 42. RGB value is (3,222,66). Sum of RGB (Red+Green+Blue) = 3+222+66=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #03DE42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DE42 is #FC21BD. Grayscale: #8B8B8B. Windows color (decimal): -16523710 or 4382211. OLE color: 4382211.

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

Color convert

RGB 3 222 66 -
CMYK 0.99 0 0.70 0.13
HSL 137.26º 0.97% 0.44% -
HSV(B) 137.26º 0.99% 0.87% -
XYZ 27.14 52.66 13.89 -
YUV 138.74 86.95 31.18 -
System Red Green Blue C M Y K H S L
Decimal 3 222 66 0.99 0 0.70 0.13 137.26 0.97 0.44
Hex 3 DE 42 63 0 46 D 89 61 2C
Octal 3 336 102 143 0 106 15 211 141 54
Binary 11 11011110 1000010 1100011 0 1000110 1101 10001001 1100001 101100

Color Harmonies of #03DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DE42

Black with #03DE42

Text Example


Text Example

White with #03DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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