Color Hex Logo

#7fcc2a Color Hex

#7FCC2A
(127,204,42)
0 Favorites   0 Comments

Color spaces of #7fcc2a

RGB 12720442
HSL0.250.660.48
HSV89°79°80°
CMYK 0.380.000.79   0.20
XYZ30.763247.86499.8080
Yxy47.86490.34790.5412
Hunter Lab69.1845-41.701940.0238
CIE-Lab74.7396-47.824066.7936

#7fcc2a color RGB value is (127,204,42).

#7fcc2a hex color red value is 127, green value is 204 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7fcc2a hue: 0.25 , saturation: 0.66 and the lightness value of 7fcc2a is 0.48.

The process color (four color CMYK) of #7fcc2a color hex is 0.38, 0.00, 0.79, 0.20. Web safe color of #7fcc2a is #66cc33. Color #7fcc2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 00101010
Octal 177 314 52
Decimal 127 204 42
Hex 7F CC 2A

RGB Percentages of Color #7fcc2a

%34.05
%54.69
%11.26

CMYK Percentages of Color #7fcc2a

%38
%0
%79
%20

Triadic Colors of #7fcc2a

#7fcc2a #2a7fcc #cc2a7f

Analogous Colors of #7fcc2a

#7fcc2a #2ecc2a #ccc82a

Monochromatic Colors of #7fcc2a

#7fcc2a

Complementary Color

#7fcc2a #772acc

#7fcc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcc2a Color CSS Codes

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

#7fcc2a Text Font Color

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

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


#7fcc2a Background Color

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

This div background color is #7fcc2a


#7fcc2a Border Color

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

This div border color is #7fcc2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,204,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fcc2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fcc2a;
  -webkit-box-shadow: 1px 1px 3px 2px #7fcc2a;
  box-shadow:         1px 1px 3px 2px #7fcc2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,204,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcc2a


Comments

No comments written yet.

Please login to write comment.