Color Hex Logo

#3ca14b Color Hex

#3CA14B
(60,161,75)
0 Favorites   0 Comments

Color spaces of #3ca14b

RGB 6016175
HSL0.360.460.43
HSV129°63°63°
CMYK 0.630.000.53   0.37
XYZ15.878326.958411.0232
Yxy26.95840.29480.5005
Hunter Lab51.9215-36.274823.7575
CIE-Lab58.9358-47.623735.9861

#3ca14b color RGB value is (60,161,75).

#3ca14b hex color red value is 60, green value is 161 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3ca14b hue: 0.36 , saturation: 0.46 and the lightness value of 3ca14b is 0.43.

The process color (four color CMYK) of #3ca14b color hex is 0.63, 0.00, 0.53, 0.37. Web safe color of #3ca14b is #339933. Color #3ca14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100001 01001011
Octal 74 241 113
Decimal 60 161 75
Hex 3C A1 4B

RGB Percentages of Color #3ca14b

%20.27
%54.39
%25.34

CMYK Percentages of Color #3ca14b

%63
%0
%53
%37

Triadic Colors of #3ca14b

#3ca14b #4b3ca1 #a14b3c

Analogous Colors of #3ca14b

#3ca14b #3ca17e #5fa13c

Monochromatic Colors of #3ca14b

#3ca14b

Complementary Color

#3ca14b #a13c92

#3ca14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca14b Color CSS Codes

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

#3ca14b Text Font Color

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

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


#3ca14b Background Color

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

This div background color is #3ca14b


#3ca14b Border Color

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

This div border color is #3ca14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca14b


Comments

No comments written yet.

Please login to write comment.