Color Hex Logo

#4bcc38 Color Hex

#4BCC38
(75,204,56)
0 Favorites   0 Comments

Color spaces of #4bcc38

RGB 7520456
HSL0.310.590.51
HSV112°73°80°
CMYK 0.630.000.73   0.20
XYZ25.208344.967111.0923
Yxy44.96710.31020.5533
Hunter Lab67.0575-50.248837.1328
CIE-Lab72.8702-61.814859.8166

#4bcc38 color RGB value is (75,204,56).

#4bcc38 hex color red value is 75, green value is 204 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #4bcc38 hue: 0.31 , saturation: 0.59 and the lightness value of 4bcc38 is 0.51.

The process color (four color CMYK) of #4bcc38 color hex is 0.63, 0.00, 0.73, 0.20. Web safe color of #4bcc38 is #33cc33. Color #4bcc38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 00111000
Octal 113 314 70
Decimal 75 204 56
Hex 4B CC 38

RGB Percentages of Color #4bcc38

%22.39
%60.90
%16.72

CMYK Percentages of Color #4bcc38

%63
%0
%73
%20

Triadic Colors of #4bcc38

#4bcc38 #384bcc #cc384b

Analogous Colors of #4bcc38

#4bcc38 #38cc6f #95cc38

Monochromatic Colors of #4bcc38

#4bcc38

Complementary Color

#4bcc38 #b938cc

#4bcc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcc38 Color CSS Codes

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

#4bcc38 Text Font Color

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

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


#4bcc38 Background Color

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

This div background color is #4bcc38


#4bcc38 Border Color

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

This div border color is #4bcc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcc38


Comments

No comments written yet.

Please login to write comment.