Color Hex Logo

#2fbc3e Color Hex

#2FBC3E
(47,188,62)
0 Favorites   0 Comments

Color spaces of #2fbc3e

RGB 4718862
HSL0.350.600.46
HSV126°75°74°
CMYK 0.750.000.67   0.26
XYZ20.025036.918610.6280
Yxy36.91860.29640.5464
Hunter Lab60.7607-47.502632.1617
CIE-Lab67.2159-61.170351.3897

#2fbc3e color RGB value is (47,188,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111100 00111110
Octal 57 274 76
Decimal 47 188 62
Hex 2F BC 3E

RGB Percentages of Color #2fbc3e

%15.82
%63.30
%20.88

CMYK Percentages of Color #2fbc3e

%75
%0
%67
%26

Triadic Colors of #2fbc3e

#2fbc3e #3e2fbc #bc3e2f

Analogous Colors of #2fbc3e

#2fbc3e #2fbc85 #67bc2f

Monochromatic Colors of #2fbc3e

#2fbc3e

Complementary Color

#2fbc3e #bc2fad

#2fbc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbc3e Color CSS Codes

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

#2fbc3e Text Font Color

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

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


#2fbc3e Background Color

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

This div background color is #2fbc3e


#2fbc3e Border Color

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

This div border color is #2fbc3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbc3e


Comments

No comments written yet.

Please login to write comment.