Color Hex Logo

#3ae12d Color Hex

#3AE12D
(58,225,45)
0 Favorites   0 Comments

Color spaces of #3ae12d

RGB 5822545
HSL0.320.750.53
HSV116°80°88°
CMYK 0.740.000.80   0.12
XYZ29.143854.939411.5510
Yxy54.93940.30470.5745
Hunter Lab74.1211-59.527342.6451
CIE-Lab79.0063-72.347669.1259

#3ae12d color RGB value is (58,225,45).

#3ae12d hex color red value is 58, green value is 225 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #3ae12d hue: 0.32 , saturation: 0.75 and the lightness value of 3ae12d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100001 00101101
Octal 72 341 55
Decimal 58 225 45
Hex 3A E1 2D

RGB Percentages of Color #3ae12d

%17.68
%68.60
%13.72

CMYK Percentages of Color #3ae12d

%74
%0
%80
%12

Triadic Colors of #3ae12d

#3ae12d #2d3ae1 #e12d3a

Analogous Colors of #3ae12d

#3ae12d #2de17a #94e12d

Monochromatic Colors of #3ae12d

#3ae12d

Complementary Color

#3ae12d #d42de1

#3ae12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae12d Color CSS Codes

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

#3ae12d Text Font Color

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

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


#3ae12d Background Color

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

This div background color is #3ae12d


#3ae12d Border Color

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

This div border color is #3ae12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae12d


Comments

No comments written yet.

Please login to write comment.