Color Hex Logo

#3cb94c Color Hex

#3CB94C
(60,185,76)
0 Favorites   0 Comments

Color spaces of #3cb94c

RGB 6018576
HSL0.350.510.48
HSV128°68°73°
CMYK 0.680.000.59   0.27
XYZ20.516936.180412.7396
Yxy36.18040.29550.5211
Hunter Lab60.1501-44.377329.5477
CIE-Lab66.6575-56.347044.6928

#3cb94c color RGB value is (60,185,76).

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

The process color (four color CMYK) of #3cb94c color hex is 0.68, 0.00, 0.59, 0.27. Web safe color of #3cb94c is #33cc33. Color #3cb94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111001 01001100
Octal 74 271 114
Decimal 60 185 76
Hex 3C B9 4C

RGB Percentages of Color #3cb94c

%18.69
%57.63
%23.68

CMYK Percentages of Color #3cb94c

%68
%0
%59
%27

Triadic Colors of #3cb94c

#3cb94c #4c3cb9 #b94c3c

Analogous Colors of #3cb94c

#3cb94c #3cb98b #6bb93c

Monochromatic Colors of #3cb94c

#3cb94c

Complementary Color

#3cb94c #b93ca9

#3cb94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cb94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cb94c Color CSS Codes

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

#3cb94c Text Font Color

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

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


#3cb94c Background Color

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

This div background color is #3cb94c


#3cb94c Border Color

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

This div border color is #3cb94c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,185,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 #3cb94c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cb94c


Comments

No comments written yet.

Please login to write comment.