Color Hex Logo

#3aca3c Color Hex

#3ACA3C
(58,202,60)
0 Favorites   0 Comments

Color spaces of #3aca3c

RGB 5820260
HSL0.340.580.51
HSV121°71°79°
CMYK 0.710.000.70   0.21
XYZ23.681143.466811.4168
Yxy43.46680.30140.5533
Hunter Lab65.9294-51.261135.8835
CIE-Lab71.8707-64.129357.1911

#3aca3c color RGB value is (58,202,60).

#3aca3c hex color red value is 58, green value is 202 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #3aca3c hue: 0.34 , saturation: 0.58 and the lightness value of 3aca3c is 0.51.

The process color (four color CMYK) of #3aca3c color hex is 0.71, 0.00, 0.70, 0.21. Web safe color of #3aca3c is #33cc33. Color #3aca3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001010 00111100
Octal 72 312 74
Decimal 58 202 60
Hex 3A CA 3C

RGB Percentages of Color #3aca3c

%18.13
%63.13
%18.75

CMYK Percentages of Color #3aca3c

%71
%0
%70
%21

Triadic Colors of #3aca3c

#3aca3c #3c3aca #ca3c3a

Analogous Colors of #3aca3c

#3aca3c #3aca84 #80ca3a

Monochromatic Colors of #3aca3c

#3aca3c

Complementary Color

#3aca3c #ca3ac8

#3aca3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aca3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aca3c Color CSS Codes

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

#3aca3c Text Font Color

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

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


#3aca3c Background Color

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

This div background color is #3aca3c


#3aca3c Border Color

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

This div border color is #3aca3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aca3c


Comments

No comments written yet.

Please login to write comment.