Color Hex Logo

#4bc20f Color Hex

#4BC20F
(75,194,15)
0 Favorites   0 Comments

Color spaces of #4bc20f

RGB 7519415
HSL0.280.860.41
HSV100°92°76°
CMYK 0.610.000.92   0.24
XYZ22.279740.11397.0204
Yxy40.11390.32100.5779
Hunter Lab63.3355-48.045837.7629
CIE-Lab69.5506-60.461967.3029

#4bc20f color RGB value is (75,194,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000010 00001111
Octal 113 302 17
Decimal 75 194 15
Hex 4B C2 F

RGB Percentages of Color #4bc20f

%26.41
%68.31
%5.28

CMYK Percentages of Color #4bc20f

%61
%0
%92
%24

Triadic Colors of #4bc20f

#4bc20f #0f4bc2 #c20f4b

Analogous Colors of #4bc20f

#4bc20f #0fc22d #a5c20f

Monochromatic Colors of #4bc20f

#4bc20f

Complementary Color

#4bc20f #860fc2

#4bc20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc20f Color CSS Codes

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

#4bc20f Text Font Color

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

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


#4bc20f Background Color

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

This div background color is #4bc20f


#4bc20f Border Color

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

This div border color is #4bc20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc20f


Comments

No comments written yet.

Please login to write comment.