Color Hex Logo

#4bc30b Color Hex

#4BC30B
(75,195,11)
0 Favorites   0 Comments

Color spaces of #4bc30b

RGB 7519511
HSL0.280.890.40
HSV99°94°76°
CMYK 0.620.000.94   0.24
XYZ22.477240.55026.9589
Yxy40.55020.32120.5794
Hunter Lab63.6790-48.432038.0961
CIE-Lab69.8596-60.885768.0706

#4bc30b color RGB value is (75,195,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000011 00001011
Octal 113 303 13
Decimal 75 195 11
Hex 4B C3 B

RGB Percentages of Color #4bc30b

%26.69
%69.40
%3.91

CMYK Percentages of Color #4bc30b

%62
%0
%94
%24

Triadic Colors of #4bc30b

#4bc30b #0b4bc3 #c30b4b

Analogous Colors of #4bc30b

#4bc30b #0bc327 #a7c30b

Monochromatic Colors of #4bc30b

#4bc30b

Complementary Color

#4bc30b #830bc3

#4bc30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc30b Color CSS Codes

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

#4bc30b Text Font Color

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

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


#4bc30b Background Color

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

This div background color is #4bc30b


#4bc30b Border Color

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

This div border color is #4bc30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc30b


Comments

No comments written yet.

Please login to write comment.