Color Hex Logo

#2fc060 Color Hex

#2FC060
(47,192,96)
0 Favorites   0 Comments

Color spaces of #2fc060

RGB 4719296
HSL0.390.610.47
HSV140°76°75°
CMYK 0.760.000.50   0.25
XYZ22.133239.148117.4561
Yxy39.14810.28110.4972
Hunter Lab62.5684-46.351527.2565
CIE-Lab68.8584-58.155637.6586

#2fc060 color RGB value is (47,192,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000000 01100000
Octal 57 300 140
Decimal 47 192 96
Hex 2F C0 60

RGB Percentages of Color #2fc060

%14.03
%57.31
%28.66

CMYK Percentages of Color #2fc060

%76
%0
%50
%25

Triadic Colors of #2fc060

#2fc060 #602fc0 #c0602f

Analogous Colors of #2fc060

#2fc060 #2fc0a9 #47c02f

Monochromatic Colors of #2fc060

#2fc060

Complementary Color

#2fc060 #c02f8f

#2fc060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc060 Color CSS Codes

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

#2fc060 Text Font Color

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

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


#2fc060 Background Color

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

This div background color is #2fc060


#2fc060 Border Color

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

This div border color is #2fc060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc060


Comments

No comments written yet.

Please login to write comment.