Color Hex Logo

#4bc30a Color Hex

#4BC30A
(75,195,10)
0 Favorites   0 Comments

Color spaces of #4bc30a

RGB 7519510
HSL0.270.900.40
HSV99°95°76°
CMYK 0.620.000.95   0.24
XYZ22.471540.54806.9293
Yxy40.54800.32130.5797
Hunter Lab63.6773-48.443338.1222
CIE-Lab69.8581-60.905168.1815

#4bc30a color RGB value is (75,195,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000011 00001010
Octal 113 303 12
Decimal 75 195 10
Hex 4B C3 A

RGB Percentages of Color #4bc30a

%26.79
%69.64
%3.57

CMYK Percentages of Color #4bc30a

%62
%0
%95
%24

Triadic Colors of #4bc30a

#4bc30a #0a4bc3 #c30a4b

Analogous Colors of #4bc30a

#4bc30a #0ac325 #a8c30a

Monochromatic Colors of #4bc30a

#4bc30a

Complementary Color

#4bc30a #820ac3

#4bc30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc30a Color CSS Codes

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

#4bc30a Text Font Color

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

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


#4bc30a Background Color

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

This div background color is #4bc30a


#4bc30a Border Color

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

This div border color is #4bc30a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,195,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 #4bc30a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc30a


Comments

No comments written yet.

Please login to write comment.