Color Hex Logo

#3ae545 Color Hex

#3AE545
(58,229,69)
0 Favorites   0 Comments

Color spaces of #3ae545

RGB 5822969
HSL0.340.770.56
HSV124°75°90°
CMYK 0.750.000.70   0.10
XYZ30.838457.367815.0780
Yxy57.36780.29860.5554
Hunter Lab75.7415-59.870941.2161
CIE-Lab80.3860-71.882362.7104

#3ae545 color RGB value is (58,229,69).

#3ae545 hex color red value is 58, green value is 229 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #3ae545 hue: 0.34 , saturation: 0.77 and the lightness value of 3ae545 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100101 01000101
Octal 72 345 105
Decimal 58 229 69
Hex 3A E5 45

RGB Percentages of Color #3ae545

%16.29
%64.33
%19.38

CMYK Percentages of Color #3ae545

%75
%0
%70
%10

Triadic Colors of #3ae545

#3ae545 #453ae5 #e5453a

Analogous Colors of #3ae545

#3ae545 #3ae59b #85e53a

Monochromatic Colors of #3ae545

#3ae545

Complementary Color

#3ae545 #e53ada

#3ae545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae545 Color CSS Codes

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

#3ae545 Text Font Color

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

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


#3ae545 Background Color

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

This div background color is #3ae545


#3ae545 Border Color

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

This div border color is #3ae545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae545


Comments

No comments written yet.

Please login to write comment.