Color Hex Logo

#46fe3c Color Hex

#46FE3C
(70,254,60)
0 Favorites   0 Comments

Color spaces of #46fe3c

RGB 7025460
HSL0.320.990.62
HSV117°76°100°
CMYK 0.720.000.76   0.00
XYZ38.783272.512016.2271
Yxy72.51200.30410.5686
Hunter Lab85.1540-67.722048.3094
CIE-Lab88.2145-78.344473.6432

#46fe3c color RGB value is (70,254,60).

#46fe3c hex color red value is 70, green value is 254 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #46fe3c hue: 0.32 , saturation: 0.99 and the lightness value of 46fe3c is 0.62.

The process color (four color CMYK) of #46fe3c color hex is 0.72, 0.00, 0.76, 0.00. Web safe color of #46fe3c is #33ff33. Color #46fe3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111110 00111100
Octal 106 376 74
Decimal 70 254 60
Hex 46 FE 3C

RGB Percentages of Color #46fe3c

%18.23
%66.15
%15.63

CMYK Percentages of Color #46fe3c

%72
%0
%76
%0

Triadic Colors of #46fe3c

#46fe3c #3c46fe #fe3c46

Analogous Colors of #46fe3c

#46fe3c #3cfe93 #a7fe3c

Monochromatic Colors of #46fe3c

#46fe3c

Complementary Color

#46fe3c #f43cfe

#46fe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46fe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46fe3c Color CSS Codes

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

#46fe3c Text Font Color

<p style="color:#46fe3c">Text here</p>

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


#46fe3c Background Color

<div style="background-color:#46fe3c">
Div content here</div>

This div background color is #46fe3c


#46fe3c Border Color

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

This div border color is #46fe3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,254,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46fe3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46fe3c;
  -webkit-box-shadow: 1px 1px 3px 2px #46fe3c;
  box-shadow:         1px 1px 3px 2px #46fe3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,254,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46fe3c

Related Colors


Comments

No comments written yet.

Please login to write comment.