Html Css Color HEX #03FC41 Malachite

📋 copy color: '#03FC41'

red 3 ◦ green 252 ◦ blue 65

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

Shades of Malachite #03FC41

Tints of Malachite #03FC41

RGB

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

 GREEN value IS 252 (98.83% from 255) = 78.75%

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 0.94%
G = 78.75%
B = 20.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#03FC41 (or 0x03FC41) is known color: Malachite. HEX triplet: 03, FC and 41. RGB value is (3,252,65). Sum of RGB (Red+Green+Blue) = 3+252+65=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 252 (98.83% from 255 or 78.75% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FC41 is #FC03BE. Grayscale: #9C9C9C. Windows color (decimal): -16516031 or 4324355. OLE color: 4324355.

HSL color Cylindrical-coordinate representation of color #03FC41: hue angle of 134.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FC41 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 252 65 -
CMYK 0.99 0 0.74 0.01
HSL 134.94º 0.98% 0.5% -
HSV(B) 134.94º 0.99% 0.99% -
XYZ 35.8 70.02 16.63 -
YUV 156.23 76.51 18.71 -
System Red Green Blue C M Y K H S L
Decimal 3 252 65 0.99 0 0.74 0.01 134.94 0.98 0.5
Hex 3 FC 41 63 0 4A 1 87 62 32
Octal 3 374 101 143 0 112 1 207 142 62
Binary 11 11111100 1000001 1100011 0 1001010 1 10000111 1100010 110010

Color Harmonies of #03FC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FC41

Black with #03FC41

Text Example


Text Example

White with #03FC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,252,65); }

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

background-color css

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

 a { background-color: rgb(3,252,65); }

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

border-color css

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

 span { border-color: rgb(3,252,65); }

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