Color Hex Logo

#4bc529 Color Hex

#4BC529
(75,197,41)
0 Favorites   0 Comments

Color spaces of #4bc529

RGB 7519741
HSL0.300.660.47
HSV107°79°77°
CMYK 0.620.000.79   0.23
XYZ23.268141.58858.8988
Yxy41.58850.31550.5639
Hunter Lab64.4891-48.452136.9610
CIE-Lab70.5863-60.433062.4932

#4bc529 color RGB value is (75,197,41).

#4bc529 hex color red value is 75, green value is 197 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #4bc529 hue: 0.30 , saturation: 0.66 and the lightness value of 4bc529 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000101 00101001
Octal 113 305 51
Decimal 75 197 41
Hex 4B C5 29

RGB Percentages of Color #4bc529

%23.96
%62.94
%13.10

CMYK Percentages of Color #4bc529

%62
%0
%79
%23

Triadic Colors of #4bc529

#4bc529 #294bc5 #c5294b

Analogous Colors of #4bc529

#4bc529 #29c555 #99c529

Monochromatic Colors of #4bc529

#4bc529

Complementary Color

#4bc529 #a329c5

#4bc529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc529 Color CSS Codes

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

#4bc529 Text Font Color

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

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


#4bc529 Background Color

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

This div background color is #4bc529


#4bc529 Border Color

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

This div border color is #4bc529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc529


Comments

No comments written yet.

Please login to write comment.