Color Hex Logo

#2fae32 Color Hex

#2FAE32
(47,174,50)
0 Favorites   0 Comments

Color spaces of #2fae32

RGB 4717450
HSL0.340.570.43
HSV121°73°68°
CMYK 0.730.000.71   0.32
XYZ16.884131.10678.1319
Yxy31.10670.30080.5543
Hunter Lab55.7734-43.566730.3967
CIE-Lab62.5976-57.711551.2882

#2fae32 color RGB value is (47,174,50).

#2fae32 hex color red value is 47, green value is 174 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #2fae32 hue: 0.34 , saturation: 0.57 and the lightness value of 2fae32 is 0.43.

The process color (four color CMYK) of #2fae32 color hex is 0.73, 0.00, 0.71, 0.32. Web safe color of #2fae32 is #339933. Color #2fae32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101110 00110010
Octal 57 256 62
Decimal 47 174 50
Hex 2F AE 32

RGB Percentages of Color #2fae32

%17.34
%64.21
%18.45

CMYK Percentages of Color #2fae32

%73
%0
%71
%32

Triadic Colors of #2fae32

#2fae32 #322fae #ae322f

Analogous Colors of #2fae32

#2fae32 #2fae72 #6cae2f

Monochromatic Colors of #2fae32

#2fae32

Complementary Color

#2fae32 #ae2fab

#2fae32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fae32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fae32 Color CSS Codes

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

#2fae32 Text Font Color

<p style="color:#2fae32">Text here</p>

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


#2fae32 Background Color

<div style="background-color:#2fae32">
Div content here</div>

This div background color is #2fae32


#2fae32 Border Color

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

This div border color is #2fae32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,174,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fae32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fae32;
  -webkit-box-shadow: 1px 1px 3px 2px #2fae32;
  box-shadow:         1px 1px 3px 2px #2fae32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,174,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fae32


Comments

No comments written yet.

Please login to write comment.