Color Hex Logo

#4bd71f Color Hex

#4BD71F
(75,215,31)
0 Favorites   0 Comments

Color spaces of #4bd71f

RGB 7521531
HSL0.290.750.48
HSV106°86°84°
CMYK 0.650.000.86   0.16
XYZ27.449450.19579.5383
Yxy50.19570.31480.5757
Hunter Lab70.8489-54.828441.6121
CIE-Lab76.1892-66.869970.1223

#4bd71f color RGB value is (75,215,31).

#4bd71f hex color red value is 75, green value is 215 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4bd71f hue: 0.29 , saturation: 0.75 and the lightness value of 4bd71f is 0.48.

The process color (four color CMYK) of #4bd71f color hex is 0.65, 0.00, 0.86, 0.16. Web safe color of #4bd71f is #33cc33. Color #4bd71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010111 00011111
Octal 113 327 37
Decimal 75 215 31
Hex 4B D7 1F

RGB Percentages of Color #4bd71f

%23.36
%66.98
%9.66

CMYK Percentages of Color #4bd71f

%65
%0
%86
%16

Triadic Colors of #4bd71f

#4bd71f #1f4bd7 #d71f4b

Analogous Colors of #4bd71f

#4bd71f #1fd74f #a7d71f

Monochromatic Colors of #4bd71f

#4bd71f

Complementary Color

#4bd71f #ab1fd7

#4bd71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd71f Color CSS Codes

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

#4bd71f Text Font Color

<p style="color:#4bd71f">Text here</p>

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


#4bd71f Background Color

<div style="background-color:#4bd71f">
Div content here</div>

This div background color is #4bd71f


#4bd71f Border Color

<div style="border:3px solid #4bd71f">
Div here</div>

This div border color is #4bd71f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,215,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bd71f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bd71f;
  -webkit-box-shadow: 1px 1px 3px 2px #4bd71f;
  box-shadow:         1px 1px 3px 2px #4bd71f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,215,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd71f


Comments

No comments written yet.

Please login to write comment.