Html Css Color HEX #03FE42 Malachite

📋 copy color: '#03FE42'

red 3 ◦ green 254 ◦ blue 66

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

Shades of Malachite #03FE42

Tints of Malachite #03FE42

RGB

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

 GREEN value IS 254 (99.61% from 255) = 78.64%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 0.93%
G = 78.64%
B = 20.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#03FE42 (or 0x03FE42) is known color: Malachite. HEX triplet: 03, FE and 42. RGB value is (3,254,66). Sum of RGB (Red+Green+Blue) = 3+254+66=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 254 (99.61% from 255 or 78.64% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE42 is #FC01BD. Grayscale: #9E9E9E. Windows color (decimal): -16515518 or 4390403. OLE color: 4390403.

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

Color convert

RGB 3 254 66 -
CMYK 0.99 0 0.74 0.00
HSL 135.06º 0.99% 0.5% -
HSV(B) 135.06º 0.99% 1% -
XYZ 36.46 71.3 16.99 -
YUV 157.52 76.34 17.79 -
System Red Green Blue C M Y K H S L
Decimal 3 254 66 0.99 0 0.74 0.00 135.06 0.99 0.5
Hex 3 FE 42 63 0 4A 0 87 63 32
Octal 3 376 102 143 0 112 0 207 143 62
Binary 11 11111110 1000010 1100011 0 1001010 0 10000111 1100011 110010

Color Harmonies of #03FE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FE42

Black with #03FE42

Text Example


Text Example

White with #03FE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,254,66); }

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

background-color css

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

 a { background-color: rgb(3,254,66); }

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

border-color css

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

 span { border-color: rgb(3,254,66); }

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