color codes Logo

#71be2c color codes

#71BE2C
(113,190,44)
0 Favorites   0 Comments

Color spaces of #71be2c

RGB 11319044
HSL0.250.620.46
HSV92°77°75°
CMYK 0.410.000.77   0.25
XYZ25.678140.51958.8505
Yxy40.51950.34220.5399
Hunter Lab63.6549-39.390136.3148
CIE-Lab69.8380-46.761361.3603

#71be2c color RGB value is (113,190,44).

#71be2c hex color red value is 113, green value is 190 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #71be2c hue: 0.25 , saturation: 0.62 and the lightness value of 71be2c is 0.46.

The process color (four color CMYK) of #71be2c color code is 0.41, 0.00, 0.77, 0.25. Web safe color of #71be2c is #66cc33. Color #71be2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 00101100
Octal 161 276 54
Decimal 113 190 44
Hex 71 BE 2C

RGB Percentages of Color #71be2c

%32.56
%54.76
%12.68

CMYK Percentages of Color #71be2c

%41
%0
%77
%25

Triadic Colors of #71be2c

#71be2c #2c71be #be2c71

Analogous Colors of #71be2c

#71be2c #2cbe30 #babe2c

Monochromatic Colors of #71be2c

#71be2c

Complementary Color

#71be2c #792cbe

#71be2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71be2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71be2c Color CSS Codes

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

#71be2c Text Font Color

<p style="color:#71be2c">Text here</p>

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


#71be2c Background Color

<div style="background-color:#71be2c">
Div content here</div>

This div background color is #71be2c


#71be2c Border Color

<div style="border:3px solid #71be2c">
Div here</div>

This div border color is #71be2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,190,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71be2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71be2c;
  -webkit-box-shadow: 1px 1px 3px 2px #71be2c;
  box-shadow:         1px 1px 3px 2px #71be2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,190,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 #71be2c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71be2c


Comments

No comments written yet.

Please login to write comment.