Color Hex Logo

#2fb141 Color Hex

#2FB141
(47,177,65)
0 Favorites   0 Comments

Color spaces of #2fb141

RGB 4717765
HSL0.360.580.44
HSV128°73°69°
CMYK 0.730.000.63   0.31
XYZ17.848632.430310.3200
Yxy32.43030.29450.5352
Hunter Lab56.9476-43.712629.1188
CIE-Lab63.6969-57.196746.2208

#2fb141 color RGB value is (47,177,65).

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

The process color (four color CMYK) of #2fb141 color hex is 0.73, 0.00, 0.63, 0.31. Web safe color of #2fb141 is #339933. Color #2fb141 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110001 01000001
Octal 57 261 101
Decimal 47 177 65
Hex 2F B1 41

RGB Percentages of Color #2fb141

%16.26
%61.25
%22.49

CMYK Percentages of Color #2fb141

%73
%0
%63
%31

Triadic Colors of #2fb141

#2fb141 #412fb1 #b1412f

Analogous Colors of #2fb141

#2fb141 #2fb182 #5eb12f

Monochromatic Colors of #2fb141

#2fb141

Complementary Color

#2fb141 #b12f9f

#2fb141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb141 Color CSS Codes

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

#2fb141 Text Font Color

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

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


#2fb141 Background Color

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

This div background color is #2fb141


#2fb141 Border Color

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

This div border color is #2fb141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb141


Comments

No comments written yet.

Please login to write comment.