Color Hex Logo

#46cd2f Color Hex

#46CD2F
(70,205,47)
0 Favorites   0 Comments

Color spaces of #46cd2f

RGB 7020547
HSL0.310.630.49
HSV111°77°80°
CMYK 0.660.000.77   0.20
XYZ24.870245.170010.0972
Yxy45.17000.31030.5637
Hunter Lab67.2086-51.562138.1385
CIE-Lab73.0037-63.832862.9279

#46cd2f color RGB value is (70,205,47).

#46cd2f hex color red value is 70, green value is 205 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #46cd2f hue: 0.31 , saturation: 0.63 and the lightness value of 46cd2f is 0.49.

The process color (four color CMYK) of #46cd2f color hex is 0.66, 0.00, 0.77, 0.20. Web safe color of #46cd2f is #33cc33. Color #46cd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001101 00101111
Octal 106 315 57
Decimal 70 205 47
Hex 46 CD 2F

RGB Percentages of Color #46cd2f

%21.74
%63.66
%14.60

CMYK Percentages of Color #46cd2f

%66
%0
%77
%20

Triadic Colors of #46cd2f

#46cd2f #2f46cd #cd2f46

Analogous Colors of #46cd2f

#46cd2f #2fcd67 #95cd2f

Monochromatic Colors of #46cd2f

#46cd2f

Complementary Color

#46cd2f #b62fcd

#46cd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cd2f Color CSS Codes

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

#46cd2f Text Font Color

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

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


#46cd2f Background Color

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

This div background color is #46cd2f


#46cd2f Border Color

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

This div border color is #46cd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cd2f


Comments

No comments written yet.

Please login to write comment.