Color Hex Logo

#2fb04d Color Hex

#2FB04D
(47,176,77)
0 Favorites   0 Comments

Color spaces of #2fb04d

RGB 4717677
HSL0.370.580.44
HSV134°73°69°
CMYK 0.730.000.56   0.31
XYZ18.037232.190812.2840
Yxy32.19080.28850.5150
Hunter Lab56.7369-42.542826.8791
CIE-Lab63.5003-55.344040.4295

#2fb04d color RGB value is (47,176,77).

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

The process color (four color CMYK) of #2fb04d color hex is 0.73, 0.00, 0.56, 0.31. Web safe color of #2fb04d is #339966. Color #2fb04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110000 01001101
Octal 57 260 115
Decimal 47 176 77
Hex 2F B0 4D

RGB Percentages of Color #2fb04d

%15.67
%58.67
%25.67

CMYK Percentages of Color #2fb04d

%73
%0
%56
%31

Triadic Colors of #2fb04d

#2fb04d #4d2fb0 #b04d2f

Analogous Colors of #2fb04d

#2fb04d #2fb08e #52b02f

Monochromatic Colors of #2fb04d

#2fb04d

Complementary Color

#2fb04d #b02f92

#2fb04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb04d Color CSS Codes

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

#2fb04d Text Font Color

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

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


#2fb04d Background Color

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

This div background color is #2fb04d


#2fb04d Border Color

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

This div border color is #2fb04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb04d


Comments

No comments written yet.

Please login to write comment.