Color Hex Logo

#2fb201 Color Hex

#2FB201
(47,178,1)
0 Favorites   0 Comments

Color spaces of #2fb201

RGB 471781
HSL0.290.990.35
HSV104°99°70°
CMYK 0.740.000.99   0.30
XYZ17.098232.44735.3905
Yxy32.44730.31120.5906
Hunter Lab56.9625-46.104834.2630
CIE-Lab63.7109-61.326963.9947

#2fb201 color RGB value is (47,178,1).

#2fb201 hex color red value is 47, green value is 178 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #2fb201 hue: 0.29 , saturation: 0.99 and the lightness value of 2fb201 is 0.35.

The process color (four color CMYK) of #2fb201 color hex is 0.74, 0.00, 0.99, 0.30. Web safe color of #2fb201 is #339900. Color #2fb201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110010 00000001
Octal 57 262 1
Decimal 47 178 1
Hex 2F B2 1

RGB Percentages of Color #2fb201

%20.80
%78.76
%0.44

CMYK Percentages of Color #2fb201

%74
%0
%99
%30

Triadic Colors of #2fb201

#2fb201 #012fb2 #b2012f

Analogous Colors of #2fb201

#2fb201 #01b22c #88b201

Monochromatic Colors of #2fb201

#2fb201

Complementary Color

#2fb201 #8401b2

#2fb201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb201 Color CSS Codes

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

#2fb201 Text Font Color

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

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


#2fb201 Background Color

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

This div background color is #2fb201


#2fb201 Border Color

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

This div border color is #2fb201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb201


Comments

No comments written yet.

Please login to write comment.