Color Hex Logo

#46d422 Color Hex

#46D422
(70,212,34)
0 Favorites   0 Comments

Color spaces of #46d422

RGB 7021234
HSL0.300.720.48
HSV108°84°83°
CMYK 0.670.000.84   0.17
XYZ26.358048.50469.4865
Yxy48.50460.31250.5750
Hunter Lab69.6452-54.323940.6757
CIE-Lab75.1421-66.796068.4779

#46d422 color RGB value is (70,212,34).

#46d422 hex color red value is 70, green value is 212 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #46d422 hue: 0.30 , saturation: 0.72 and the lightness value of 46d422 is 0.48.

The process color (four color CMYK) of #46d422 color hex is 0.67, 0.00, 0.84, 0.17. Web safe color of #46d422 is #33cc33. Color #46d422 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11010100 00100010
Octal 106 324 42
Decimal 70 212 34
Hex 46 D4 22

RGB Percentages of Color #46d422

%22.15
%67.09
%10.76

CMYK Percentages of Color #46d422

%67
%0
%84
%17

Triadic Colors of #46d422

#46d422 #2246d4 #d42246

Analogous Colors of #46d422

#46d422 #22d457 #9fd422

Monochromatic Colors of #46d422

#46d422

Complementary Color

#46d422 #b022d4

#46d422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46d422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46d422 Color CSS Codes

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

#46d422 Text Font Color

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

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


#46d422 Background Color

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

This div background color is #46d422


#46d422 Border Color

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

This div border color is #46d422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46d422


Comments

No comments written yet.

Please login to write comment.