Color Hex Logo

#4bc50c Color Hex

#4BC50C
(75,197,12)
0 Favorites   0 Comments

Color spaces of #4bc50c

RGB 7519712
HSL0.280.890.41
HSV100°94°77°
CMYK 0.620.000.94   0.23
XYZ22.934341.45497.1407
Yxy41.45490.32060.5795
Hunter Lab64.3855-49.092438.4943
CIE-Lab70.4935-61.535868.4731

#4bc50c color RGB value is (75,197,12).

#4bc50c hex color red value is 75, green value is 197 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #4bc50c hue: 0.28 , saturation: 0.89 and the lightness value of 4bc50c is 0.41.

The process color (four color CMYK) of #4bc50c color hex is 0.62, 0.00, 0.94, 0.23. Web safe color of #4bc50c is #33cc00. Color #4bc50c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000101 00001100
Octal 113 305 14
Decimal 75 197 12
Hex 4B C5 C

RGB Percentages of Color #4bc50c

%26.41
%69.37
%4.23

CMYK Percentages of Color #4bc50c

%62
%0
%94
%23

Triadic Colors of #4bc50c

#4bc50c #0c4bc5 #c50c4b

Analogous Colors of #4bc50c

#4bc50c #0cc529 #a8c50c

Monochromatic Colors of #4bc50c

#4bc50c

Complementary Color

#4bc50c #860cc5

#4bc50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc50c Color CSS Codes

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

#4bc50c Text Font Color

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

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


#4bc50c Background Color

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

This div background color is #4bc50c


#4bc50c Border Color

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

This div border color is #4bc50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc50c


Comments

No comments written yet.

Please login to write comment.