Color Hex Logo

#4bc70a Color Hex

#4BC70A
(75,199,10)
0 Favorites   0 Comments

Color spaces of #4bc70a

RGB 7519910
HSL0.280.900.41
HSV99°95°78°
CMYK 0.620.000.95   0.22
XYZ23.379942.36467.2321
Yxy42.36460.32040.5805
Hunter Lab65.0881-49.786338.9738
CIE-Lab71.1216-62.240169.2134

#4bc70a color RGB value is (75,199,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000111 00001010
Octal 113 307 12
Decimal 75 199 10
Hex 4B C7 A

RGB Percentages of Color #4bc70a

%26.41
%70.07
%3.52

CMYK Percentages of Color #4bc70a

%62
%0
%95
%22

Triadic Colors of #4bc70a

#4bc70a #0a4bc7 #c70a4b

Analogous Colors of #4bc70a

#4bc70a #0ac728 #aac70a

Monochromatic Colors of #4bc70a

#4bc70a

Complementary Color

#4bc70a #860ac7

#4bc70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc70a Color CSS Codes

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

#4bc70a Text Font Color

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

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


#4bc70a Background Color

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

This div background color is #4bc70a


#4bc70a Border Color

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

This div border color is #4bc70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc70a


Comments

No comments written yet.

Please login to write comment.