Color Hex Logo

#2fb320 Color Hex

#2FB320
(47,179,32)
0 Favorites   0 Comments

Color spaces of #2fb320

RGB 4717932
HSL0.320.700.41
HSV114°82°70°
CMYK 0.740.000.82   0.30
XYZ17.553132.94886.8011
Yxy32.94880.30630.5750
Hunter Lab57.4010-45.867033.1558
CIE-Lab64.1194-60.606758.7828

#2fb320 color RGB value is (47,179,32).

#2fb320 hex color red value is 47, green value is 179 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #2fb320 hue: 0.32 , saturation: 0.70 and the lightness value of 2fb320 is 0.41.

The process color (four color CMYK) of #2fb320 color hex is 0.74, 0.00, 0.82, 0.30. Web safe color of #2fb320 is #33cc33. Color #2fb320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110011 00100000
Octal 57 263 40
Decimal 47 179 32
Hex 2F B3 20

RGB Percentages of Color #2fb320

%18.22
%69.38
%12.40

CMYK Percentages of Color #2fb320

%74
%0
%82
%30

Triadic Colors of #2fb320

#2fb320 #202fb3 #b3202f

Analogous Colors of #2fb320

#2fb320 #20b35b #79b320

Monochromatic Colors of #2fb320

#2fb320

Complementary Color

#2fb320 #a420b3

#2fb320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb320 Color CSS Codes

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

#2fb320 Text Font Color

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

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


#2fb320 Background Color

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

This div background color is #2fb320


#2fb320 Border Color

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

This div border color is #2fb320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb320


Comments

No comments written yet.

Please login to write comment.