Color Hex Logo

#2fc501 Color Hex

#2FC501
(47,197,1)
0 Favorites   0 Comments

Color spaces of #2fc501

RGB 471971
HSL0.290.990.39
HSV106°99°77°
CMYK 0.760.000.99   0.23
XYZ21.144040.53906.7391
Yxy40.53900.30900.5925
Hunter Lab63.6702-52.145638.2937
CIE-Lab69.8517-67.089868.9079

#2fc501 color RGB value is (47,197,1).

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

The process color (four color CMYK) of #2fc501 color hex is 0.76, 0.00, 0.99, 0.23. Web safe color of #2fc501 is #33cc00. Color #2fc501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000101 00000001
Octal 57 305 1
Decimal 47 197 1
Hex 2F C5 1

RGB Percentages of Color #2fc501

%19.18
%80.41
%0.41

CMYK Percentages of Color #2fc501

%76
%0
%99
%23

Triadic Colors of #2fc501

#2fc501 #012fc5 #c5012f

Analogous Colors of #2fc501

#2fc501 #01c535 #91c501

Monochromatic Colors of #2fc501

#2fc501

Complementary Color

#2fc501 #9701c5

#2fc501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc501 Color CSS Codes

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

#2fc501 Text Font Color

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

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


#2fc501 Background Color

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

This div background color is #2fc501


#2fc501 Border Color

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

This div border color is #2fc501


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,197,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 #2fc501">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc501


Comments

No comments written yet.

Please login to write comment.