Color Hex Logo

#2fba3b Color Hex

#2FBA3B
(47,186,59)
0 Favorites   0 Comments

Color spaces of #2fba3b

RGB 4718659
HSL0.350.600.46
HSV125°75°73°
CMYK 0.750.000.68   0.27
XYZ19.520636.037910.0648
Yxy36.03790.29750.5492
Hunter Lab60.0316-47.012032.0816
CIE-Lab66.5489-60.814451.8958

#2fba3b color RGB value is (47,186,59).

#2fba3b hex color red value is 47, green value is 186 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2fba3b hue: 0.35 , saturation: 0.60 and the lightness value of 2fba3b is 0.46.

The process color (four color CMYK) of #2fba3b color hex is 0.75, 0.00, 0.68, 0.27. Web safe color of #2fba3b is #33cc33. Color #2fba3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111010 00111011
Octal 57 272 73
Decimal 47 186 59
Hex 2F BA 3B

RGB Percentages of Color #2fba3b

%16.10
%63.70
%20.21

CMYK Percentages of Color #2fba3b

%75
%0
%68
%27

Triadic Colors of #2fba3b

#2fba3b #3b2fba #ba3b2f

Analogous Colors of #2fba3b

#2fba3b #2fba81 #69ba2f

Monochromatic Colors of #2fba3b

#2fba3b

Complementary Color

#2fba3b #ba2fae

#2fba3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fba3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fba3b Color CSS Codes

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

#2fba3b Text Font Color

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

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


#2fba3b Background Color

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

This div background color is #2fba3b


#2fba3b Border Color

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

This div border color is #2fba3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fba3b


Comments

No comments written yet.

Please login to write comment.