Color Hex Logo

#4bf72d Color Hex

#4BF72D
(75,247,45)
0 Favorites   0 Comments

Color spaces of #4bf72d

RGB 7524745
HSL0.310.930.57
HSV111°82°97°
CMYK 0.700.000.82   0.03
XYZ36.636168.206813.7169
Yxy68.20680.30900.5753
Hunter Lab82.5874-65.344747.9637
CIE-Lab86.1098-76.246575.7911

#4bf72d color RGB value is (75,247,45).

#4bf72d hex color red value is 75, green value is 247 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #4bf72d hue: 0.31 , saturation: 0.93 and the lightness value of 4bf72d is 0.57.

The process color (four color CMYK) of #4bf72d color hex is 0.70, 0.00, 0.82, 0.03. Web safe color of #4bf72d is #33ff33. Color #4bf72d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11110111 00101101
Octal 113 367 55
Decimal 75 247 45
Hex 4B F7 2D

RGB Percentages of Color #4bf72d

%20.44
%67.30
%12.26

CMYK Percentages of Color #4bf72d

%70
%0
%82
%3

Triadic Colors of #4bf72d

#4bf72d #2d4bf7 #f72d4b

Analogous Colors of #4bf72d

#4bf72d #2df774 #b0f72d

Monochromatic Colors of #4bf72d

#4bf72d

Complementary Color

#4bf72d #d92df7

#4bf72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bf72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bf72d Color CSS Codes

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

#4bf72d Text Font Color

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

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


#4bf72d Background Color

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

This div background color is #4bf72d


#4bf72d Border Color

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

This div border color is #4bf72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bf72d


Comments

No comments written yet.

Please login to write comment.