Color Hex Logo

#3cac2b Color Hex

#3CAC2B
(60,172,43)
0 Favorites   0 Comments

Color spaces of #3cac2b

RGB 6017243
HSL0.310.600.42
HSV112°75°67°
CMYK 0.650.000.75   0.33
XYZ17.052030.64017.3009
Yxy30.64010.31010.5572
Hunter Lab55.3535-41.880630.9273
CIE-Lab62.2026-55.080453.5799

#3cac2b color RGB value is (60,172,43).

#3cac2b hex color red value is 60, green value is 172 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #3cac2b hue: 0.31 , saturation: 0.60 and the lightness value of 3cac2b is 0.42.

The process color (four color CMYK) of #3cac2b color hex is 0.65, 0.00, 0.75, 0.33. Web safe color of #3cac2b is #339933. Color #3cac2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101100 00101011
Octal 74 254 53
Decimal 60 172 43
Hex 3C AC 2B

RGB Percentages of Color #3cac2b

%21.82
%62.55
%15.64

CMYK Percentages of Color #3cac2b

%65
%0
%75
%33

Triadic Colors of #3cac2b

#3cac2b #2b3cac #ac2b3c

Analogous Colors of #3cac2b

#3cac2b #2bac5b #7dac2b

Monochromatic Colors of #3cac2b

#3cac2b

Complementary Color

#3cac2b #9b2bac

#3cac2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cac2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cac2b Color CSS Codes

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

#3cac2b Text Font Color

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

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


#3cac2b Background Color

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

This div background color is #3cac2b


#3cac2b Border Color

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

This div border color is #3cac2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cac2b


Comments

No comments written yet.

Please login to write comment.