color codes Logo

#4bcc1d color codes

#4BCC1D
(75,204,29)
0 Favorites   0 Comments

Color spaces of #4bcc1d

RGB 7520429
HSL0.290.750.46
HSV104°86°80°
CMYK 0.630.000.86   0.20
XYZ24.716344.77038.5012
Yxy44.77030.31690.5741
Hunter Lab66.9106-51.157039.3045
CIE-Lab72.7404-63.358967.5196

#4bcc1d color RGB value is (75,204,29).

#4bcc1d hex color red value is 75, green value is 204 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #4bcc1d hue: 0.29 , saturation: 0.75 and the lightness value of 4bcc1d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 00011101
Octal 113 314 35
Decimal 75 204 29
Hex 4B CC 1D

RGB Percentages of Color #4bcc1d

%24.35
%66.23
%9.42

CMYK Percentages of Color #4bcc1d

%63
%0
%86
%20

Triadic Colors of #4bcc1d

#4bcc1d #1d4bcc #cc1d4b

Analogous Colors of #4bcc1d

#4bcc1d #1dcc46 #a3cc1d

Monochromatic Colors of #4bcc1d

#4bcc1d

Complementary Color

#4bcc1d #9e1dcc

#4bcc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcc1d Color CSS Codes

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

#4bcc1d Text Font Color

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

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


#4bcc1d Background Color

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

This div background color is #4bcc1d


#4bcc1d Border Color

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

This div border color is #4bcc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcc1d


Comments

No comments written yet.

Please login to write comment.