Color Hex Logo

#2fd57b Color Hex

#2FD57B
(47,213,123)
0 Favorites   0 Comments

Color spaces of #2fd57b

RGB 47213123
HSL0.410.660.51
HSV147°78°84°
CMYK 0.780.000.42   0.16
XYZ28.541749.622926.8128
Yxy49.62290.27190.4727
Hunter Lab70.4435-50.953126.7430
CIE-Lab75.8372-61.025632.9805

#2fd57b color RGB value is (47,213,123).

#2fd57b hex color red value is 47, green value is 213 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #2fd57b hue: 0.41 , saturation: 0.66 and the lightness value of 2fd57b is 0.51.

The process color (four color CMYK) of #2fd57b color hex is 0.78, 0.00, 0.42, 0.16. Web safe color of #2fd57b is #33cc66. Color #2fd57b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010101 01111011
Octal 57 325 173
Decimal 47 213 123
Hex 2F D5 7B

RGB Percentages of Color #2fd57b

%12.27
%55.61
%32.11

CMYK Percentages of Color #2fd57b

%78
%0
%42
%16

Triadic Colors of #2fd57b

#2fd57b #7b2fd5 #d57b2f

Analogous Colors of #2fd57b

#2fd57b #2fd5ce #36d52f

Monochromatic Colors of #2fd57b

#2fd57b

Complementary Color

#2fd57b #d52f89

#2fd57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd57b Color CSS Codes

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

#2fd57b Text Font Color

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

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


#2fd57b Background Color

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

This div background color is #2fd57b


#2fd57b Border Color

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

This div border color is #2fd57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd57b


Comments

No comments written yet.

Please login to write comment.