Color Hex Logo

#3aee4b Color Hex

#3AEE4B
(58,238,75)
0 Favorites   0 Comments

Color spaces of #3aee4b

RGB 5823875
HSL0.350.840.58
HSV126°76°93°
CMYK 0.760.000.68   0.07
XYZ33.589562.556616.9609
Yxy62.55660.29700.5531
Hunter Lab79.0927-62.606042.6506
CIE-Lab83.2085-74.121163.4375

#3aee4b color RGB value is (58,238,75).

#3aee4b hex color red value is 58, green value is 238 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3aee4b hue: 0.35 , saturation: 0.84 and the lightness value of 3aee4b is 0.58.

The process color (four color CMYK) of #3aee4b color hex is 0.76, 0.00, 0.68, 0.07. Web safe color of #3aee4b is #33ff33. Color #3aee4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101110 01001011
Octal 72 356 113
Decimal 58 238 75
Hex 3A EE 4B

RGB Percentages of Color #3aee4b

%15.63
%64.15
%20.22

CMYK Percentages of Color #3aee4b

%76
%0
%68
%7

Triadic Colors of #3aee4b

#3aee4b #4b3aee #ee4b3a

Analogous Colors of #3aee4b

#3aee4b #3aeea5 #83ee3a

Monochromatic Colors of #3aee4b

#3aee4b

Complementary Color

#3aee4b #ee3add

#3aee4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aee4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aee4b Color CSS Codes

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

#3aee4b Text Font Color

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

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


#3aee4b Background Color

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

This div background color is #3aee4b


#3aee4b Border Color

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

This div border color is #3aee4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aee4b


Comments

No comments written yet.

Please login to write comment.