Color Hex Logo

#4bd12f Color Hex

#4BD12F
(75,209,47)
0 Favorites   0 Comments

Color spaces of #4bd12f

RGB 7520947
HSL0.300.640.50
HSV110°78°82°
CMYK 0.640.000.78   0.18
XYZ26.215247.302010.4378
Yxy47.30200.31230.5634
Hunter Lab68.7764-52.320839.1454
CIE-Lab74.3825-64.111964.2985

#4bd12f color RGB value is (75,209,47).

#4bd12f hex color red value is 75, green value is 209 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #4bd12f hue: 0.30 , saturation: 0.64 and the lightness value of 4bd12f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010001 00101111
Octal 113 321 57
Decimal 75 209 47
Hex 4B D1 2F

RGB Percentages of Color #4bd12f

%22.66
%63.14
%14.20

CMYK Percentages of Color #4bd12f

%64
%0
%78
%18

Triadic Colors of #4bd12f

#4bd12f #2f4bd1 #d12f4b

Analogous Colors of #4bd12f

#4bd12f #2fd164 #9cd12f

Monochromatic Colors of #4bd12f

#4bd12f

Complementary Color

#4bd12f #b52fd1

#4bd12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd12f Color CSS Codes

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

#4bd12f Text Font Color

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

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


#4bd12f Background Color

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

This div background color is #4bd12f


#4bd12f Border Color

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

This div border color is #4bd12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd12f


Comments

No comments written yet.

Please login to write comment.