Color Hex Logo

#2fc029 Color Hex

#2FC029
(47,192,41)
0 Favorites   0 Comments

Color spaces of #2fc029

RGB 4719241
HSL0.330.650.46
HSV118°79°75°
CMYK 0.760.000.79   0.25
XYZ20.422238.46378.4457
Yxy38.46370.30330.5713
Hunter Lab62.0191-49.755435.3393
CIE-Lab68.3610-64.151760.1553

#2fc029 color RGB value is (47,192,41).

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

The process color (four color CMYK) of #2fc029 color hex is 0.76, 0.00, 0.79, 0.25. Web safe color of #2fc029 is #33cc33. Color #2fc029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000000 00101001
Octal 57 300 51
Decimal 47 192 41
Hex 2F C0 29

RGB Percentages of Color #2fc029

%16.79
%68.57
%14.64

CMYK Percentages of Color #2fc029

%76
%0
%79
%25

Triadic Colors of #2fc029

#2fc029 #292fc0 #c0292f

Analogous Colors of #2fc029

#2fc029 #29c06f #7bc029

Monochromatic Colors of #2fc029

#2fc029

Complementary Color

#2fc029 #ba29c0

#2fc029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc029 Color CSS Codes

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

#2fc029 Text Font Color

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

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


#2fc029 Background Color

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

This div background color is #2fc029


#2fc029 Border Color

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

This div border color is #2fc029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc029


Comments

No comments written yet.

Please login to write comment.