Color Hex Logo

#2fce34 Color Hex

#2FCE34
(47,206,52)
0 Favorites   0 Comments

Color spaces of #2fce34

RGB 4720652
HSL0.340.630.50
HSV122°77°81°
CMYK 0.770.000.75   0.19
XYZ23.863444.994910.6760
Yxy44.99490.30000.5657
Hunter Lab67.0782-53.884737.5183
CIE-Lab72.8885-67.711561.0316

#2fce34 color RGB value is (47,206,52).

#2fce34 hex color red value is 47, green value is 206 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #2fce34 hue: 0.34 , saturation: 0.63 and the lightness value of 2fce34 is 0.50.

The process color (four color CMYK) of #2fce34 color hex is 0.77, 0.00, 0.75, 0.19. Web safe color of #2fce34 is #33cc33. Color #2fce34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001110 00110100
Octal 57 316 64
Decimal 47 206 52
Hex 2F CE 34

RGB Percentages of Color #2fce34

%15.41
%67.54
%17.05

CMYK Percentages of Color #2fce34

%77
%0
%75
%19

Triadic Colors of #2fce34

#2fce34 #342fce #ce342f

Analogous Colors of #2fce34

#2fce34 #2fce84 #7ace2f

Monochromatic Colors of #2fce34

#2fce34

Complementary Color

#2fce34 #ce2fc9

#2fce34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fce34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fce34 Color CSS Codes

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

#2fce34 Text Font Color

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

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


#2fce34 Background Color

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

This div background color is #2fce34


#2fce34 Border Color

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

This div border color is #2fce34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fce34


Comments

No comments written yet.

Please login to write comment.