Color Hex Logo

#3cb71f Color Hex

#3CB71F
(60,183,31)
0 Favorites   0 Comments

Color spaces of #3cb71f

RGB 6018331
HSL0.300.710.42
HSV109°83°72°
CMYK 0.670.000.83   0.28
XYZ19.044334.92667.0341
Yxy34.92660.31220.5725
Hunter Lab59.0987-45.902034.3122
CIE-Lab65.6915-59.537860.5972

#3cb71f color RGB value is (60,183,31).

#3cb71f hex color red value is 60, green value is 183 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #3cb71f hue: 0.30 , saturation: 0.71 and the lightness value of 3cb71f is 0.42.

The process color (four color CMYK) of #3cb71f color hex is 0.67, 0.00, 0.83, 0.28. Web safe color of #3cb71f is #33cc33. Color #3cb71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10110111 00011111
Octal 74 267 37
Decimal 60 183 31
Hex 3C B7 1F

RGB Percentages of Color #3cb71f

%21.90
%66.79
%11.31

CMYK Percentages of Color #3cb71f

%67
%0
%83
%28

Triadic Colors of #3cb71f

#3cb71f #1f3cb7 #b71f3c

Analogous Colors of #3cb71f

#3cb71f #1fb74e #88b71f

Monochromatic Colors of #3cb71f

#3cb71f

Complementary Color

#3cb71f #9a1fb7

#3cb71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cb71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cb71f Color CSS Codes

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

#3cb71f Text Font Color

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

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


#3cb71f Background Color

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

This div background color is #3cb71f


#3cb71f Border Color

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

This div border color is #3cb71f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,183,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cb71f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cb71f;
  -webkit-box-shadow: 1px 1px 3px 2px #3cb71f;
  box-shadow:         1px 1px 3px 2px #3cb71f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,183,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cb71f


Comments

No comments written yet.

Please login to write comment.