Color Hex Logo

#7cc40b Color Hex

#7CC40B
(124,196,11)
0 Favorites   0 Comments

Color spaces of #7cc40b

RGB 12419611
HSL0.230.890.41
HSV83°94°77°
CMYK 0.370.000.94   0.23
XYZ28.112543.78917.2871
Yxy43.78910.35500.5530
Hunter Lab66.1733-39.971039.7922
CIE-Lab72.0873-46.549070.6736

#7cc40b color RGB value is (124,196,11).

#7cc40b hex color red value is 124, green value is 196 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #7cc40b hue: 0.23 , saturation: 0.89 and the lightness value of 7cc40b is 0.41.

The process color (four color CMYK) of #7cc40b color hex is 0.37, 0.00, 0.94, 0.23. Web safe color of #7cc40b is #66cc00. Color #7cc40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000100 00001011
Octal 174 304 13
Decimal 124 196 11
Hex 7C C4 B

RGB Percentages of Color #7cc40b

%37.46
%59.21
%3.32

CMYK Percentages of Color #7cc40b

%37
%0
%94
%23

Triadic Colors of #7cc40b

#7cc40b #0b7cc4 #c40b7c

Analogous Colors of #7cc40b

#7cc40b #20c40b #c4b00b

Monochromatic Colors of #7cc40b

#7cc40b

Complementary Color

#7cc40b #530bc4

#7cc40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc40b Color CSS Codes

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

#7cc40b Text Font Color

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

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


#7cc40b Background Color

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

This div background color is #7cc40b


#7cc40b Border Color

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

This div border color is #7cc40b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,196,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc40b


Comments

No comments written yet.

Please login to write comment.