Color Hex Logo

#4bd327 Color Hex

#4BD327
(75,211,39)
0 Favorites   0 Comments

Color spaces of #4bd327

RGB 7521139
HSL0.300.690.49
HSV107°82°83°
CMYK 0.640.000.82   0.17
XYZ26.562148.23099.8290
Yxy48.23090.31390.5700
Hunter Lab69.4485-53.263640.2227
CIE-Lab74.9703-65.216267.1274

#4bd327 color RGB value is (75,211,39).

#4bd327 hex color red value is 75, green value is 211 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #4bd327 hue: 0.30 , saturation: 0.69 and the lightness value of 4bd327 is 0.49.

The process color (four color CMYK) of #4bd327 color hex is 0.64, 0.00, 0.82, 0.17. Web safe color of #4bd327 is #33cc33. Color #4bd327 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010011 00100111
Octal 113 323 47
Decimal 75 211 39
Hex 4B D3 27

RGB Percentages of Color #4bd327

%23.08
%64.92
%12.00

CMYK Percentages of Color #4bd327

%64
%0
%82
%17

Triadic Colors of #4bd327

#4bd327 #274bd3 #d3274b

Analogous Colors of #4bd327

#4bd327 #27d359 #a1d327

Monochromatic Colors of #4bd327

#4bd327

Complementary Color

#4bd327 #af27d3

#4bd327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd327 Color CSS Codes

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

#4bd327 Text Font Color

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

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


#4bd327 Background Color

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

This div background color is #4bd327


#4bd327 Border Color

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

This div border color is #4bd327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd327


Comments

No comments written yet.

Please login to write comment.