Color Hex Logo

#7cc340 Color Hex

#7CC340
(124,195,64)
0 Favorites   0 Comments

Color spaces of #7cc340

RGB 12419564
HSL0.260.520.51
HSV93°67°76°
CMYK 0.360.000.67   0.24
XYZ28.752743.685511.7672
Yxy43.68550.34150.5188
Hunter Lab66.0950-38.015135.7108
CIE-Lab72.0178-43.739556.4896

#7cc340 color RGB value is (124,195,64).

#7cc340 hex color red value is 124, green value is 195 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #7cc340 hue: 0.26 , saturation: 0.52 and the lightness value of 7cc340 is 0.51.

The process color (four color CMYK) of #7cc340 color hex is 0.36, 0.00, 0.67, 0.24. Web safe color of #7cc340 is #66cc33. Color #7cc340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000011 01000000
Octal 174 303 100
Decimal 124 195 64
Hex 7C C3 40

RGB Percentages of Color #7cc340

%32.38
%50.91
%16.71

CMYK Percentages of Color #7cc340

%36
%0
%67
%24

Triadic Colors of #7cc340

#7cc340 #407cc3 #c3407c

Analogous Colors of #7cc340

#7cc340 #40c346 #bec340

Monochromatic Colors of #7cc340

#7cc340

Complementary Color

#7cc340 #8740c3

#7cc340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc340 Color CSS Codes

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

#7cc340 Text Font Color

<p style="color:#7cc340">Text here</p>

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


#7cc340 Background Color

<div style="background-color:#7cc340">
Div content here</div>

This div background color is #7cc340


#7cc340 Border Color

<div style="border:3px solid #7cc340">
Div here</div>

This div border color is #7cc340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,195,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cc340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cc340;
  -webkit-box-shadow: 1px 1px 3px 2px #7cc340;
  box-shadow:         1px 1px 3px 2px #7cc340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,195,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 #7cc340">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc340


Comments

No comments written yet.

Please login to write comment.