Color Hex Logo

#3acc20 Color Hex

#3ACC20
(58,204,32)
0 Favorites   0 Comments

Color spaces of #3acc20

RGB 5820432
HSL0.310.730.46
HSV111°84°80°
CMYK 0.720.000.84   0.20
XYZ23.598544.18968.6522
Yxy44.18960.30870.5781
Hunter Lab66.4753-52.964838.8157
CIE-Lab72.3550-66.583466.3520

#3acc20 color RGB value is (58,204,32).

#3acc20 hex color red value is 58, green value is 204 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #3acc20 hue: 0.31 , saturation: 0.73 and the lightness value of 3acc20 is 0.46.

The process color (four color CMYK) of #3acc20 color hex is 0.72, 0.00, 0.84, 0.20. Web safe color of #3acc20 is #33cc33. Color #3acc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 00100000
Octal 72 314 40
Decimal 58 204 32
Hex 3A CC 20

RGB Percentages of Color #3acc20

%19.73
%69.39
%10.88

CMYK Percentages of Color #3acc20

%72
%0
%84
%20

Triadic Colors of #3acc20

#3acc20 #203acc #cc203a

Analogous Colors of #3acc20

#3acc20 #20cc5c #90cc20

Monochromatic Colors of #3acc20

#3acc20

Complementary Color

#3acc20 #b220cc

#3acc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acc20 Color CSS Codes

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

#3acc20 Text Font Color

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

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


#3acc20 Background Color

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

This div background color is #3acc20


#3acc20 Border Color

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

This div border color is #3acc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acc20


Comments

No comments written yet.

Please login to write comment.