Color Hex Logo

#2fc081 Color Hex

#2FC081
(47,192,129)
0 Favorites   0 Comments

Color spaces of #2fc081

RGB 47192129
HSL0.430.610.47
HSV154°76°75°
CMYK 0.760.000.33   0.25
XYZ23.984439.888627.2040
Yxy39.88860.26330.4380
Hunter Lab63.1574-42.739118.6720
CIE-Lab69.3901-52.099821.2581

#2fc081 color RGB value is (47,192,129).

#2fc081 hex color red value is 47, green value is 192 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #2fc081 hue: 0.43 , saturation: 0.61 and the lightness value of 2fc081 is 0.47.

The process color (four color CMYK) of #2fc081 color hex is 0.76, 0.00, 0.33, 0.25. Web safe color of #2fc081 is #33cc99. Color #2fc081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000000 10000001
Octal 57 300 201
Decimal 47 192 129
Hex 2F C0 81

RGB Percentages of Color #2fc081

%12.77
%52.17
%35.05

CMYK Percentages of Color #2fc081

%76
%0
%33
%25

Triadic Colors of #2fc081

#2fc081 #812fc0 #c0812f

Analogous Colors of #2fc081

#2fc081 #2fb7c0 #2fc039

Monochromatic Colors of #2fc081

#2fc081

Complementary Color

#2fc081 #c02f6e

#2fc081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc081 Color CSS Codes

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

#2fc081 Text Font Color

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

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


#2fc081 Background Color

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

This div background color is #2fc081


#2fc081 Border Color

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

This div border color is #2fc081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc081


Comments

No comments written yet.

Please login to write comment.