Color Hex Logo

#40ce3b Color Hex

#40CE3B
(64,206,59)
0 Favorites   0 Comments

Color spaces of #40ce3b

RGB 6420659
HSL0.330.600.52
HSV118°71°81°
CMYK 0.690.000.71   0.19
XYZ24.975145.548411.6131
Yxy45.54840.30410.5545
Hunter Lab67.4896-52.051237.0405
CIE-Lab73.2515-64.452159.0344

#40ce3b color RGB value is (64,206,59).

#40ce3b hex color red value is 64, green value is 206 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #40ce3b hue: 0.33 , saturation: 0.60 and the lightness value of 40ce3b is 0.52.

The process color (four color CMYK) of #40ce3b color hex is 0.69, 0.00, 0.71, 0.19. Web safe color of #40ce3b is #33cc33. Color #40ce3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001110 00111011
Octal 100 316 73
Decimal 64 206 59
Hex 40 CE 3B

RGB Percentages of Color #40ce3b

%19.45
%62.61
%17.93

CMYK Percentages of Color #40ce3b

%69
%0
%71
%19

Triadic Colors of #40ce3b

#40ce3b #3b40ce #ce3b40

Analogous Colors of #40ce3b

#40ce3b #3bce80 #8ace3b

Monochromatic Colors of #40ce3b

#40ce3b

Complementary Color

#40ce3b #c93bce

#40ce3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ce3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ce3b Color CSS Codes

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

#40ce3b Text Font Color

<p style="color:#40ce3b">Text here</p>

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


#40ce3b Background Color

<div style="background-color:#40ce3b">
Div content here</div>

This div background color is #40ce3b


#40ce3b Border Color

<div style="border:3px solid #40ce3b">
Div here</div>

This div border color is #40ce3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,206,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40ce3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40ce3b;
  -webkit-box-shadow: 1px 1px 3px 2px #40ce3b;
  box-shadow:         1px 1px 3px 2px #40ce3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,206,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ce3b


Comments

No comments written yet.

Please login to write comment.