Color Hex Logo

#74ce40 Color Hex

#74CE40
(116,206,64)
0 Favorites   0 Comments

Color spaces of #74ce40

RGB 11620664
HSL0.270.590.53
HSV98°69°81°
CMYK 0.440.000.69   0.19
XYZ30.199248.225812.5673
Yxy48.22580.33190.5300
Hunter Lab69.4448-43.904837.8818
CIE-Lab74.9671-50.915459.4627

#74ce40 color RGB value is (116,206,64).

#74ce40 hex color red value is 116, green value is 206 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #74ce40 hue: 0.27 , saturation: 0.59 and the lightness value of 74ce40 is 0.53.

The process color (four color CMYK) of #74ce40 color hex is 0.44, 0.00, 0.69, 0.19. Web safe color of #74ce40 is #66cc33. Color #74ce40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001110 01000000
Octal 164 316 100
Decimal 116 206 64
Hex 74 CE 40

RGB Percentages of Color #74ce40

%30.05
%53.37
%16.58

CMYK Percentages of Color #74ce40

%44
%0
%69
%19

Triadic Colors of #74ce40

#74ce40 #4074ce #ce4074

Analogous Colors of #74ce40

#74ce40 #40ce53 #bbce40

Monochromatic Colors of #74ce40

#74ce40

Complementary Color

#74ce40 #9a40ce

#74ce40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ce40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ce40 Color CSS Codes

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

#74ce40 Text Font Color

<p style="color:#74ce40">Text here</p>

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


#74ce40 Background Color

<div style="background-color:#74ce40">
Div content here</div>

This div background color is #74ce40


#74ce40 Border Color

<div style="border:3px solid #74ce40">
Div here</div>

This div border color is #74ce40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ce40


Comments

No comments written yet.

Please login to write comment.