Color Hex Logo

#2fb34c Color Hex

#2FB34C
(47,179,76)
0 Favorites   0 Comments

Color spaces of #2fb34c

RGB 4717976
HSL0.370.580.44
HSV133°74°70°
CMYK 0.740.000.58   0.30
XYZ18.596933.366312.2977
Yxy33.36630.28940.5192
Hunter Lab57.7636-43.618427.8118
CIE-Lab64.4564-56.523642.0421

#2fb34c color RGB value is (47,179,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110011 01001100
Octal 57 263 114
Decimal 47 179 76
Hex 2F B3 4C

RGB Percentages of Color #2fb34c

%15.56
%59.27
%25.17

CMYK Percentages of Color #2fb34c

%74
%0
%58
%30

Triadic Colors of #2fb34c

#2fb34c #4c2fb3 #b34c2f

Analogous Colors of #2fb34c

#2fb34c #2fb38e #54b32f

Monochromatic Colors of #2fb34c

#2fb34c

Complementary Color

#2fb34c #b32f96

#2fb34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb34c Color CSS Codes

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

#2fb34c Text Font Color

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

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


#2fb34c Background Color

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

This div background color is #2fb34c


#2fb34c Border Color

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

This div border color is #2fb34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb34c


Comments

No comments written yet.

Please login to write comment.