Color Hex Logo

#3bc80f Color Hex

#3BC80F
(59,200,15)
0 Favorites   0 Comments

Color spaces of #3bc80f

RGB 5920015
HSL0.290.860.42
HSV106°93°78°
CMYK 0.710.000.93   0.22
XYZ22.544142.27287.4232
Yxy42.27280.31210.5852
Hunter Lab65.0175-51.887838.7430
CIE-Lab71.0586-65.747268.3976

#3bc80f color RGB value is (59,200,15).

#3bc80f hex color red value is 59, green value is 200 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3bc80f hue: 0.29 , saturation: 0.86 and the lightness value of 3bc80f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001000 00001111
Octal 73 310 17
Decimal 59 200 15
Hex 3B C8 F

RGB Percentages of Color #3bc80f

%21.53
%72.99
%5.47

CMYK Percentages of Color #3bc80f

%71
%0
%93
%22

Triadic Colors of #3bc80f

#3bc80f #0f3bc8 #c80f3b

Analogous Colors of #3bc80f

#3bc80f #0fc83f #98c80f

Monochromatic Colors of #3bc80f

#3bc80f

Complementary Color

#3bc80f #9c0fc8

#3bc80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc80f Color CSS Codes

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

#3bc80f Text Font Color

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

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


#3bc80f Background Color

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

This div background color is #3bc80f


#3bc80f Border Color

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

This div border color is #3bc80f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,200,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bc80f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bc80f;
  -webkit-box-shadow: 1px 1px 3px 2px #3bc80f;
  box-shadow:         1px 1px 3px 2px #3bc80f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,200,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc80f


Comments

No comments written yet.

Please login to write comment.