Color Hex Logo

#3fe12e Color Hex

#3FE12E
(63,225,46)
0 Favorites   0 Comments

Color spaces of #3fe12e

RGB 6322546
HSL0.320.750.53
HSV114°80°88°
CMYK 0.720.000.80   0.12
XYZ29.468355.104411.6679
Yxy55.10440.30620.5726
Hunter Lab74.2323-59.046842.6434
CIE-Lab79.1014-71.510468.9714

#3fe12e color RGB value is (63,225,46).

#3fe12e hex color red value is 63, green value is 225 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #3fe12e hue: 0.32 , saturation: 0.75 and the lightness value of 3fe12e is 0.53.

The process color (four color CMYK) of #3fe12e color hex is 0.72, 0.00, 0.80, 0.12. Web safe color of #3fe12e is #33cc33. Color #3fe12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100001 00101110
Octal 77 341 56
Decimal 63 225 46
Hex 3F E1 2E

RGB Percentages of Color #3fe12e

%18.86
%67.37
%13.77

CMYK Percentages of Color #3fe12e

%72
%0
%80
%12

Triadic Colors of #3fe12e

#3fe12e #2e3fe1 #e12e3f

Analogous Colors of #3fe12e

#3fe12e #2ee177 #99e12e

Monochromatic Colors of #3fe12e

#3fe12e

Complementary Color

#3fe12e #d02ee1

#3fe12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe12e Color CSS Codes

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

#3fe12e Text Font Color

<p style="color:#3fe12e">Text here</p>

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


#3fe12e Background Color

<div style="background-color:#3fe12e">
Div content here</div>

This div background color is #3fe12e


#3fe12e Border Color

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

This div border color is #3fe12e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,225,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fe12e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fe12e;
  -webkit-box-shadow: 1px 1px 3px 2px #3fe12e;
  box-shadow:         1px 1px 3px 2px #3fe12e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,225,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe12e


Comments

No comments written yet.

Please login to write comment.