Html Css Color HEX #03DC3A Malachite

📋 copy color: '#03DC3A'

red 3 ◦ green 220 ◦ blue 58

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

Shades of Malachite #03DC3A

Tints of Malachite #03DC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 1.07%
G = 78.29%
B = 20.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#03DC3A (or 0x03DC3A) is known color: Malachite. HEX triplet: 03, DC and 3A. RGB value is (3,220,58). Sum of RGB (Red+Green+Blue) = 3+220+58=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DC3A is #FC23C5. Grayscale: #898989. Windows color (decimal): -16524230 or 3857411. OLE color: 3857411.

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

Color convert

RGB 3 220 58 -
CMYK 0.99 0 0.74 0.14
HSL 135.21º 0.97% 0.44% -
HSV(B) 135.21º 0.99% 0.86% -
XYZ 26.39 51.51 12.55 -
YUV 136.65 83.61 32.67 -
System Red Green Blue C M Y K H S L
Decimal 3 220 58 0.99 0 0.74 0.14 135.21 0.97 0.44
Hex 3 DC 3A 63 0 4A E 87 61 2C
Octal 3 334 72 143 0 112 16 207 141 54
Binary 11 11011100 111010 1100011 0 1001010 1110 10000111 1100001 101100

Color Harmonies of #03DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC3A

Black with #03DC3A

Text Example


Text Example

White with #03DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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