Color Hex Logo

#7fcb2c Color Hex

#7FCB2C
(127,203,44)
0 Favorites   0 Comments

Color spaces of #7fcb2c

RGB 12720344
HSL0.250.640.48
HSV89°78°80°
CMYK 0.370.000.78   0.20
XYZ30.563047.40579.9223
Yxy47.40570.34770.5394
Hunter Lab68.8518-41.255339.6519
CIE-Lab74.4485-47.315565.9447

#7fcb2c color RGB value is (127,203,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 00101100
Octal 177 313 54
Decimal 127 203 44
Hex 7F CB 2C

RGB Percentages of Color #7fcb2c

%33.96
%54.28
%11.76

CMYK Percentages of Color #7fcb2c

%37
%0
%78
%20

Triadic Colors of #7fcb2c

#7fcb2c #2c7fcb #cb2c7f

Analogous Colors of #7fcb2c

#7fcb2c #30cb2c #cbc82c

Monochromatic Colors of #7fcb2c

#7fcb2c

Complementary Color

#7fcb2c #782ccb

#7fcb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcb2c Color CSS Codes

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

#7fcb2c Text Font Color

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

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


#7fcb2c Background Color

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

This div background color is #7fcb2c


#7fcb2c Border Color

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

This div border color is #7fcb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcb2c


Comments

No comments written yet.

Please login to write comment.