Color Hex Logo

#3fd70b Color Hex

#3FD70B
(63,215,11)
0 Favorites   0 Comments

Color spaces of #3fd70b

RGB 6321511
HSL0.290.900.44
HSV105°95°84°
CMYK 0.710.000.95   0.16
XYZ26.410749.68188.5142
Yxy49.68180.31220.5872
Hunter Lab70.4853-56.465742.1778
CIE-Lab75.8735-69.731672.8780

#3fd70b color RGB value is (63,215,11).

#3fd70b hex color red value is 63, green value is 215 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #3fd70b hue: 0.29 , saturation: 0.90 and the lightness value of 3fd70b is 0.44.

The process color (four color CMYK) of #3fd70b color hex is 0.71, 0.00, 0.95, 0.16. Web safe color of #3fd70b is #33cc00. Color #3fd70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11010111 00001011
Octal 77 327 13
Decimal 63 215 11
Hex 3F D7 B

RGB Percentages of Color #3fd70b

%21.80
%74.39
%3.81

CMYK Percentages of Color #3fd70b

%71
%0
%95
%16

Triadic Colors of #3fd70b

#3fd70b #0b3fd7 #d70b3f

Analogous Colors of #3fd70b

#3fd70b #0bd73d #a5d70b

Monochromatic Colors of #3fd70b

#3fd70b

Complementary Color

#3fd70b #a30bd7

#3fd70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd70b Color CSS Codes

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

#3fd70b Text Font Color

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

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


#3fd70b Background Color

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

This div background color is #3fd70b


#3fd70b Border Color

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

This div border color is #3fd70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd70b


Comments

No comments written yet.

Please login to write comment.