Color Hex Logo

#2fb95e Color Hex

#2FB95E
(47,185,94)
0 Favorites   0 Comments

Color spaces of #2fb95e

RGB 4718594
HSL0.390.590.45
HSV140°75°73°
CMYK 0.750.000.49   0.27
XYZ20.541636.110416.4770
Yxy36.11040.28090.4938
Hunter Lab60.0919-44.143125.8072
CIE-Lab66.6042-55.996835.8426

#2fb95e color RGB value is (47,185,94).

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

The process color (four color CMYK) of #2fb95e color hex is 0.75, 0.00, 0.49, 0.27. Web safe color of #2fb95e is #33cc66. Color #2fb95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111001 01011110
Octal 57 271 136
Decimal 47 185 94
Hex 2F B9 5E

RGB Percentages of Color #2fb95e

%14.42
%56.75
%28.83

CMYK Percentages of Color #2fb95e

%75
%0
%49
%27

Triadic Colors of #2fb95e

#2fb95e #5e2fb9 #b95e2f

Analogous Colors of #2fb95e

#2fb95e #2fb9a3 #45b92f

Monochromatic Colors of #2fb95e

#2fb95e

Complementary Color

#2fb95e #b92f8a

#2fb95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb95e Color CSS Codes

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

#2fb95e Text Font Color

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

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


#2fb95e Background Color

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

This div background color is #2fb95e


#2fb95e Border Color

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

This div border color is #2fb95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb95e


Comments

No comments written yet.

Please login to write comment.