Color Hex Logo

#2fbc34 Color Hex

#2FBC34
(47,188,52)
0 Favorites   0 Comments

Color spaces of #2fbc34

RGB 4718852
HSL0.340.600.46
HSV122°75°74°
CMYK 0.750.000.72   0.26
XYZ19.775336.81879.3133
Yxy36.81870.30000.5586
Hunter Lab60.6784-48.013533.3747
CIE-Lab67.1408-62.088355.2255

#2fbc34 color RGB value is (47,188,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111100 00110100
Octal 57 274 64
Decimal 47 188 52
Hex 2F BC 34

RGB Percentages of Color #2fbc34

%16.38
%65.51
%18.12

CMYK Percentages of Color #2fbc34

%75
%0
%72
%26

Triadic Colors of #2fbc34

#2fbc34 #342fbc #bc342f

Analogous Colors of #2fbc34

#2fbc34 #2fbc7b #71bc2f

Monochromatic Colors of #2fbc34

#2fbc34

Complementary Color

#2fbc34 #bc2fb7

#2fbc34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbc34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbc34 Color CSS Codes

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

#2fbc34 Text Font Color

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

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


#2fbc34 Background Color

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

This div background color is #2fbc34


#2fbc34 Border Color

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

This div border color is #2fbc34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbc34


Comments

No comments written yet.

Please login to write comment.