Color Hex Logo

#2fb64f Color Hex

#2FB64F
(47,182,79)
0 Favorites   0 Comments

Color spaces of #2fb64f

RGB 4718279
HSL0.370.590.45
HSV134°74°71°
CMYK 0.740.000.57   0.29
XYZ19.311534.624713.0626
Yxy34.62470.28820.5168
Hunter Lab58.8428-44.393228.0280
CIE-Lab65.4554-57.158441.8004

#2fb64f color RGB value is (47,182,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110110 01001111
Octal 57 266 117
Decimal 47 182 79
Hex 2F B6 4F

RGB Percentages of Color #2fb64f

%15.26
%59.09
%25.65

CMYK Percentages of Color #2fb64f

%74
%0
%57
%29

Triadic Colors of #2fb64f

#2fb64f #4f2fb6 #b64f2f

Analogous Colors of #2fb64f

#2fb64f #2fb693 #52b62f

Monochromatic Colors of #2fb64f

#2fb64f

Complementary Color

#2fb64f #b62f96

#2fb64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb64f Color CSS Codes

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

#2fb64f Text Font Color

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

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


#2fb64f Background Color

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

This div background color is #2fb64f


#2fb64f Border Color

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

This div border color is #2fb64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb64f


Comments

No comments written yet.

Please login to write comment.