Color Hex Logo

#3ad72a Color Hex

#3AD72A
(58,215,42)
0 Favorites   0 Comments

Color spaces of #3ad72a

RGB 5821542
HSL0.320.680.50
HSV114°80°84°
CMYK 0.730.000.80   0.16
XYZ26.463349.667610.3825
Yxy49.66760.30590.5741
Hunter Lab70.4752-56.305340.5980
CIE-Lab75.8648-69.477467.0161

#3ad72a color RGB value is (58,215,42).

#3ad72a hex color red value is 58, green value is 215 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #3ad72a hue: 0.32 , saturation: 0.68 and the lightness value of 3ad72a is 0.50.

The process color (four color CMYK) of #3ad72a color hex is 0.73, 0.00, 0.80, 0.16. Web safe color of #3ad72a is #33cc33. Color #3ad72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010111 00101010
Octal 72 327 52
Decimal 58 215 42
Hex 3A D7 2A

RGB Percentages of Color #3ad72a

%18.41
%68.25
%13.33

CMYK Percentages of Color #3ad72a

%73
%0
%80
%16

Triadic Colors of #3ad72a

#3ad72a #2a3ad7 #d72a3a

Analogous Colors of #3ad72a

#3ad72a #2ad771 #91d72a

Monochromatic Colors of #3ad72a

#3ad72a

Complementary Color

#3ad72a #c72ad7

#3ad72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad72a Color CSS Codes

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

#3ad72a Text Font Color

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

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


#3ad72a Background Color

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

This div background color is #3ad72a


#3ad72a Border Color

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

This div border color is #3ad72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad72a


Comments

No comments written yet.

Please login to write comment.