Color Hex Logo

#2fb75e Color Hex

#2FB75E
(47,183,94)
0 Favorites   0 Comments

Color spaces of #2fb75e

RGB 4718394
HSL0.390.590.45
HSV141°74°72°
CMYK 0.740.000.49   0.28
XYZ20.126235.279516.3385
Yxy35.27950.28050.4917
Hunter Lab59.3965-43.460225.2684
CIE-Lab65.9657-55.281135.0412

#2fb75e color RGB value is (47,183,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110111 01011110
Octal 57 267 136
Decimal 47 183 94
Hex 2F B7 5E

RGB Percentages of Color #2fb75e

%14.51
%56.48
%29.01

CMYK Percentages of Color #2fb75e

%74
%0
%49
%28

Triadic Colors of #2fb75e

#2fb75e #5e2fb7 #b75e2f

Analogous Colors of #2fb75e

#2fb75e #2fb7a2 #44b72f

Monochromatic Colors of #2fb75e

#2fb75e

Complementary Color

#2fb75e #b72f88

#2fb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb75e Color CSS Codes

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

#2fb75e Text Font Color

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

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


#2fb75e Background Color

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

This div background color is #2fb75e


#2fb75e Border Color

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

This div border color is #2fb75e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,183,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 #2fb75e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb75e


Comments

No comments written yet.

Please login to write comment.