Color Hex Logo

#2fb77f Color Hex

#2FB77F
(47,183,127)
0 Favorites   0 Comments

Color spaces of #2fb77f

RGB 47183127
HSL0.430.590.45
HSV155°74°72°
CMYK 0.740.000.31   0.28
XYZ21.936536.003625.8719
Yxy36.00360.26170.4296
Hunter Lab60.0030-39.747416.4376
CIE-Lab66.5227-49.001718.4048

#2fb77f color RGB value is (47,183,127).

#2fb77f hex color red value is 47, green value is 183 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #2fb77f hue: 0.43 , saturation: 0.59 and the lightness value of 2fb77f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110111 01111111
Octal 57 267 177
Decimal 47 183 127
Hex 2F B7 7F

RGB Percentages of Color #2fb77f

%13.17
%51.26
%35.57

CMYK Percentages of Color #2fb77f

%74
%0
%31
%28

Triadic Colors of #2fb77f

#2fb77f #7f2fb7 #b77f2f

Analogous Colors of #2fb77f

#2fb77f #2fabb7 #2fb73b

Monochromatic Colors of #2fb77f

#2fb77f

Complementary Color

#2fb77f #b72f67

#2fb77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb77f Color CSS Codes

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

#2fb77f Text Font Color

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

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


#2fb77f Background Color

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

This div background color is #2fb77f


#2fb77f Border Color

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

This div border color is #2fb77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb77f


Comments

No comments written yet.

Please login to write comment.