Html Css Color HEX #03DD44 Malachite

📋 copy color: '#03DD44'

red 3 ◦ green 221 ◦ blue 68

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

Shades of Malachite #03DD44

Tints of Malachite #03DD44

RGB

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

 GREEN value IS 221 (86.72% from 255) = 75.68%

 BLUE value IS 68 (26.95% from 255) = 23.29%

R = 1.03%
G = 75.68%
B = 23.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#03DD44 (or 0x03DD44) is known color: Malachite. HEX triplet: 03, DD and 44. RGB value is (3,221,68). Sum of RGB (Red+Green+Blue) = 3+221+68=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DD44 is #FC22BB. Grayscale: #8A8A8A. Windows color (decimal): -16523964 or 4513027. OLE color: 4513027.

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

Color convert

RGB 3 221 68 -
CMYK 0.99 0 0.69 0.13
HSL 137.89º 0.97% 0.44% -
HSV(B) 137.89º 0.99% 0.87% -
XYZ 26.94 52.15 14.11 -
YUV 138.38 88.28 31.44 -
System Red Green Blue C M Y K H S L
Decimal 3 221 68 0.99 0 0.69 0.13 137.89 0.97 0.44
Hex 3 DD 44 63 0 45 D 8A 61 2C
Octal 3 335 104 143 0 105 15 212 141 54
Binary 11 11011101 1000100 1100011 0 1000101 1101 10001010 1100001 101100

Color Harmonies of #03DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DD44

Black with #03DD44

Text Example


Text Example

White with #03DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,221,68); }

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

background-color css

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

 a { background-color: rgb(3,221,68); }

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

border-color css

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

 span { border-color: rgb(3,221,68); }

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