Color Hex Logo

#7cc212 Color Hex

#7CC212
(124,194,18)
0 Favorites   0 Comments

Color spaces of #7cc212

RGB 12419418
HSL0.230.830.42
HSV84°91°76°
CMYK 0.360.000.91   0.24
XYZ27.713142.91237.3945
Yxy42.91230.35520.5500
Hunter Lab65.5075-39.123239.1626
CIE-Lab71.4954-45.582969.2561

#7cc212 color RGB value is (124,194,18).

#7cc212 hex color red value is 124, green value is 194 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #7cc212 hue: 0.23 , saturation: 0.83 and the lightness value of 7cc212 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000010 00010010
Octal 174 302 22
Decimal 124 194 18
Hex 7C C2 12

RGB Percentages of Color #7cc212

%36.90
%57.74
%5.36

CMYK Percentages of Color #7cc212

%36
%0
%91
%24

Triadic Colors of #7cc212

#7cc212 #127cc2 #c2127c

Analogous Colors of #7cc212

#7cc212 #24c212 #c2b012

Monochromatic Colors of #7cc212

#7cc212

Complementary Color

#7cc212 #5812c2

#7cc212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc212 Color CSS Codes

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

#7cc212 Text Font Color

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

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


#7cc212 Background Color

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

This div background color is #7cc212


#7cc212 Border Color

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

This div border color is #7cc212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc212


Comments

No comments written yet.

Please login to write comment.