Color Hex Logo

#46be2d Color Hex

#46BE2D
(70,190,45)
0 Favorites   0 Comments

Color spaces of #46be2d

RGB 7019045
HSL0.300.620.46
HSV110°76°75°
CMYK 0.630.000.76   0.25
XYZ21.412938.31858.7503
Yxy38.31850.31270.5595
Hunter Lab61.9019-46.582334.9503
CIE-Lab68.2547-58.927358.9588

#46be2d color RGB value is (70,190,45).

#46be2d hex color red value is 70, green value is 190 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #46be2d hue: 0.30 , saturation: 0.62 and the lightness value of 46be2d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111110 00101101
Octal 106 276 55
Decimal 70 190 45
Hex 46 BE 2D

RGB Percentages of Color #46be2d

%22.95
%62.30
%14.75

CMYK Percentages of Color #46be2d

%63
%0
%76
%25

Triadic Colors of #46be2d

#46be2d #2d46be #be2d46

Analogous Colors of #46be2d

#46be2d #2dbe5d #8fbe2d

Monochromatic Colors of #46be2d

#46be2d

Complementary Color

#46be2d #a52dbe

#46be2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46be2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46be2d Color CSS Codes

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

#46be2d Text Font Color

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

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


#46be2d Background Color

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

This div background color is #46be2d


#46be2d Border Color

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

This div border color is #46be2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46be2d


Comments

No comments written yet.

Please login to write comment.