Color Hex Logo

#3fcb2a Color Hex

#3FCB2A
(63,203,42)
0 Favorites   0 Comments

Color spaces of #3fcb2a

RGB 6320342
HSL0.310.660.48
HSV112°79°80°
CMYK 0.690.000.79   0.20
XYZ23.823843.93589.4153
Yxy43.93580.30870.5693
Hunter Lab66.2841-51.840737.9770
CIE-Lab72.1856-64.856063.6029

#3fcb2a color RGB value is (63,203,42).

#3fcb2a hex color red value is 63, green value is 203 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #3fcb2a hue: 0.31 , saturation: 0.66 and the lightness value of 3fcb2a is 0.48.

The process color (four color CMYK) of #3fcb2a color hex is 0.69, 0.00, 0.79, 0.20. Web safe color of #3fcb2a is #33cc33. Color #3fcb2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001011 00101010
Octal 77 313 52
Decimal 63 203 42
Hex 3F CB 2A

RGB Percentages of Color #3fcb2a

%20.45
%65.91
%13.64

CMYK Percentages of Color #3fcb2a

%69
%0
%79
%20

Triadic Colors of #3fcb2a

#3fcb2a #2a3fcb #cb2a3f

Analogous Colors of #3fcb2a

#3fcb2a #2acb66 #90cb2a

Monochromatic Colors of #3fcb2a

#3fcb2a

Complementary Color

#3fcb2a #b62acb

#3fcb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcb2a Color CSS Codes

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

#3fcb2a Text Font Color

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

This sample text font color is #3fcb2a
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.


#3fcb2a Background Color

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

This div background color is #3fcb2a


#3fcb2a Border Color

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

This div border color is #3fcb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcb2a


Comments

No comments written yet.

Please login to write comment.