Html Css Color HEX #03DC52 Malachite

📋 copy color: '#03DC52'

red 3 ◦ green 220 ◦ blue 82

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

Shades of Malachite #03DC52

Tints of Malachite #03DC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 0.98%
G = 72.13%
B = 26.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#03DC52 (or 0x03DC52) is known color: Malachite. HEX triplet: 03, DC and 52. RGB value is (3,220,82). Sum of RGB (Red+Green+Blue) = 3+220+82=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC52 is #FC23AD. Grayscale: #8B8B8B. Windows color (decimal): -16524206 or 5430275. OLE color: 5430275.

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

Color convert

RGB 3 220 82 -
CMYK 0.99 0 0.63 0.14
HSL 141.84º 0.97% 0.44% -
HSV(B) 141.84º 0.99% 0.86% -
XYZ 27.15 51.81 16.55 -
YUV 139.39 95.61 30.72 -
System Red Green Blue C M Y K H S L
Decimal 3 220 82 0.99 0 0.63 0.14 141.84 0.97 0.44
Hex 3 DC 52 63 0 3F E 8E 61 2C
Octal 3 334 122 143 0 77 16 216 141 54
Binary 11 11011100 1010010 1100011 0 111111 1110 10001110 1100001 101100

Color Harmonies of #03DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC52

Black with #03DC52

Text Example


Text Example

White with #03DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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