Color Hex Logo

#4bc00e Color Hex

#4BC00E
(75,192,14)
0 Favorites   0 Comments

Color spaces of #4bc00e

RGB 7519214
HSL0.280.860.40
HSV99°93°75°
CMYK 0.610.000.93   0.25
XYZ21.830639.22686.8364
Yxy39.22680.32150.5778
Hunter Lab62.6313-47.387337.3702
CIE-Lab68.9152-59.808866.9144

#4bc00e color RGB value is (75,192,14).

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

The process color (four color CMYK) of #4bc00e color hex is 0.61, 0.00, 0.93, 0.25. Web safe color of #4bc00e is #33cc00. Color #4bc00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000000 00001110
Octal 113 300 16
Decimal 75 192 14
Hex 4B C0 E

RGB Percentages of Color #4bc00e

%26.69
%68.33
%4.98

CMYK Percentages of Color #4bc00e

%61
%0
%93
%25

Triadic Colors of #4bc00e

#4bc00e #0e4bc0 #c00e4b

Analogous Colors of #4bc00e

#4bc00e #0ec02a #a4c00e

Monochromatic Colors of #4bc00e

#4bc00e

Complementary Color

#4bc00e #830ec0

#4bc00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc00e Color CSS Codes

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

#4bc00e Text Font Color

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

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


#4bc00e Background Color

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

This div background color is #4bc00e


#4bc00e Border Color

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

This div border color is #4bc00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc00e


Comments

No comments written yet.

Please login to write comment.