Color Hex Logo

#2fbb2f Color Hex

#2FBB2F
(47,187,47)
0 Favorites   0 Comments

Color spaces of #2fbb2f

RGB 4718747
HSL0.330.600.46
HSV120°75°73°
CMYK 0.750.000.75   0.27
XYZ19.455736.35028.6802
Yxy36.35020.30170.5637
Hunter Lab60.2911-47.908333.6677
CIE-Lab66.7866-62.166556.6587

#2fbb2f color RGB value is (47,187,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111011 00101111
Octal 57 273 57
Decimal 47 187 47
Hex 2F BB 2F

RGB Percentages of Color #2fbb2f

%16.73
%66.55
%16.73

CMYK Percentages of Color #2fbb2f

%75
%0
%75
%27

Triadic Colors of #2fbb2f

#2fbb2f #2f2fbb #bb2f2f

Analogous Colors of #2fbb2f

#2fbb2f #2fbb75 #75bb2f

Monochromatic Colors of #2fbb2f

#2fbb2f

Complementary Color

#2fbb2f #bb2fbb

#2fbb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbb2f Color CSS Codes

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

#2fbb2f Text Font Color

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

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


#2fbb2f Background Color

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

This div background color is #2fbb2f


#2fbb2f Border Color

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

This div border color is #2fbb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbb2f


Comments

No comments written yet.

Please login to write comment.