Color Hex Logo

#46dd2c Color Hex

#46DD2C
(70,221,44)
0 Favorites   0 Comments

Color spaces of #46dd2c

RGB 7022144
HSL0.310.720.52
HSV111°80°87°
CMYK 0.680.000.80   0.13
XYZ28.836953.196811.1310
Yxy53.19680.30950.5710
Hunter Lab72.9361-57.064442.0069
CIE-Lab77.9910-69.159068.5371

#46dd2c color RGB value is (70,221,44).

#46dd2c hex color red value is 70, green value is 221 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #46dd2c hue: 0.31 , saturation: 0.72 and the lightness value of 46dd2c is 0.52.

The process color (four color CMYK) of #46dd2c color hex is 0.68, 0.00, 0.80, 0.13. Web safe color of #46dd2c is #33cc33. Color #46dd2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 00101100
Octal 106 335 54
Decimal 70 221 44
Hex 46 DD 2C

RGB Percentages of Color #46dd2c

%20.90
%65.97
%13.13

CMYK Percentages of Color #46dd2c

%68
%0
%80
%13

Triadic Colors of #46dd2c

#46dd2c #2c46dd #dd2c46

Analogous Colors of #46dd2c

#46dd2c #2cdd6b #9fdd2c

Monochromatic Colors of #46dd2c

#46dd2c

Complementary Color

#46dd2c #c32cdd

#46dd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dd2c Color CSS Codes

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

#46dd2c Text Font Color

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

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


#46dd2c Background Color

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

This div background color is #46dd2c


#46dd2c Border Color

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

This div border color is #46dd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dd2c


Comments

No comments written yet.

Please login to write comment.