Color Hex Logo

#2fc700 Color Hex

#2FC700
(47,199,0)
0 Favorites   0 Comments

Color spaces of #2fc700

RGB 471990
HSL0.291.000.39
HSV106°100°78°
CMYK 0.760.001.00   0.22
XYZ21.595741.45126.8627
Yxy41.45120.30890.5929
Hunter Lab64.3826-52.795738.7480
CIE-Lab70.4909-67.702769.5292

#2fc700 color RGB value is (47,199,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000111 00000000
Octal 57 307 0
Decimal 47 199 0
Hex 2F C7 0

RGB Percentages of Color #2fc700

%19.11
%80.89
%0.00

CMYK Percentages of Color #2fc700

%76
%0
%100
%22

Triadic Colors of #2fc700

#2fc700 #002fc7 #c7002f

Analogous Colors of #2fc700

#2fc700 #00c734 #93c700

Monochromatic Colors of #2fc700

#2fc700

Complementary Color

#2fc700 #9800c7

#2fc700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc700 Color CSS Codes

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

#2fc700 Text Font Color

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

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


#2fc700 Background Color

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

This div background color is #2fc700


#2fc700 Border Color

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

This div border color is #2fc700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc700


Comments

No comments written yet.

Please login to write comment.