Html Css Color HEX #03FA41 Malachite

📋 copy color: '#03FA41'

red 3 ◦ green 250 ◦ blue 65

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

Shades of Malachite #03FA41

Tints of Malachite #03FA41

RGB

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

 GREEN value IS 250 (98.05% from 255) = 78.62%

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

R = 0.94%
G = 78.62%
B = 20.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#03FA41 (or 0x03FA41) is known color: Malachite. HEX triplet: 03, FA and 41. RGB value is (3,250,65). Sum of RGB (Red+Green+Blue) = 3+250+65=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FA41 is #FC05BE. Grayscale: #9B9B9B. Windows color (decimal): -16516543 or 4323843. OLE color: 4323843.

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

Color convert

RGB 3 250 65 -
CMYK 0.99 0 0.74 0.02
HSL 135.06º 0.98% 0.5% -
HSV(B) 135.06º 0.99% 0.98% -
XYZ 35.18 68.77 16.42 -
YUV 155.06 77.17 19.54 -
System Red Green Blue C M Y K H S L
Decimal 3 250 65 0.99 0 0.74 0.02 135.06 0.98 0.5
Hex 3 FA 41 63 0 4A 2 87 62 32
Octal 3 372 101 143 0 112 2 207 142 62
Binary 11 11111010 1000001 1100011 0 1001010 10 10000111 1100010 110010

Color Harmonies of #03FA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FA41

Black with #03FA41

Text Example


Text Example

White with #03FA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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