Color Hex Logo

#3fb64c Color Hex

#3FB64C
(63,182,76)
0 Favorites   0 Comments

Color spaces of #3fb64c

RGB 6318276
HSL0.350.490.48
HSV127°65°71°
CMYK 0.650.000.58   0.29
XYZ20.082435.034512.5414
Yxy35.03450.29680.5178
Hunter Lab59.1899-43.019628.8704
CIE-Lab65.7755-54.677743.6820

#3fb64c color RGB value is (63,182,76).

#3fb64c hex color red value is 63, green value is 182 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #3fb64c hue: 0.35 , saturation: 0.49 and the lightness value of 3fb64c is 0.48.

The process color (four color CMYK) of #3fb64c color hex is 0.65, 0.00, 0.58, 0.29. Web safe color of #3fb64c is #33cc33. Color #3fb64c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10110110 01001100
Octal 77 266 114
Decimal 63 182 76
Hex 3F B6 4C

RGB Percentages of Color #3fb64c

%19.63
%56.70
%23.68

CMYK Percentages of Color #3fb64c

%65
%0
%58
%29

Triadic Colors of #3fb64c

#3fb64c #4c3fb6 #b64c3f

Analogous Colors of #3fb64c

#3fb64c #3fb688 #6eb63f

Monochromatic Colors of #3fb64c

#3fb64c

Complementary Color

#3fb64c #b63fa9

#3fb64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb64c Color CSS Codes

.mybgcolor {background-color:#3fb64c; } 
.myforecolor {color:#3fb64c; }
.mybordercolor {border:3px solid #3fb64c; }

#3fb64c Text Font Color

<p style="color:#3fb64c">Text here</p>

This sample text font color is #3fb64c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3fb64c Background Color

<div style="background-color:#3fb64c">
Div content here</div>

This div background color is #3fb64c


#3fb64c Border Color

<div style="border:3px solid #3fb64c">
Div here</div>

This div border color is #3fb64c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,182,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fb64c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fb64c;
  -webkit-box-shadow: 1px 1px 3px 2px #3fb64c;
  box-shadow:         1px 1px 3px 2px #3fb64c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,182,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3fb64c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3fb64c;
  -webkit-box-shadow: 1px 1px 3px 2px #3fb64c;
  box-shadow:         1px 1px 3px 2px #3fb64c;">
Div content here</div>

This div box has shadow with color #3fb64c


Comments

No comments written yet.

Please login to write comment.