Color Hex Logo

#2fb34e Color Hex

#2FB34E
(47,179,78)
0 Favorites   0 Comments

Color spaces of #2fb34e

RGB 4717978
HSL0.370.580.44
HSV134°74°70°
CMYK 0.740.000.56   0.30
XYZ18.667533.394612.6696
Yxy33.39460.28840.5159
Hunter Lab57.7881-43.467627.4528
CIE-Lab64.4792-56.254841.1165

#2fb34e color RGB value is (47,179,78).

#2fb34e hex color red value is 47, green value is 179 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2fb34e hue: 0.37 , saturation: 0.58 and the lightness value of 2fb34e is 0.44.

The process color (four color CMYK) of #2fb34e color hex is 0.74, 0.00, 0.56, 0.30. Web safe color of #2fb34e is #33cc66. Color #2fb34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110011 01001110
Octal 57 263 116
Decimal 47 179 78
Hex 2F B3 4E

RGB Percentages of Color #2fb34e

%15.46
%58.88
%25.66

CMYK Percentages of Color #2fb34e

%74
%0
%56
%30

Triadic Colors of #2fb34e

#2fb34e #4e2fb3 #b34e2f

Analogous Colors of #2fb34e

#2fb34e #2fb390 #52b32f

Monochromatic Colors of #2fb34e

#2fb34e

Complementary Color

#2fb34e #b32f94

#2fb34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb34e Color CSS Codes

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

#2fb34e Text Font Color

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

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


#2fb34e Background Color

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

This div background color is #2fb34e


#2fb34e Border Color

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

This div border color is #2fb34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb34e


Comments

No comments written yet.

Please login to write comment.