Color Hex Logo

#4bf13d Color Hex

#4BF13D
(75,241,61)
0 Favorites   0 Comments

Color spaces of #4bf13d

RGB 7524161
HSL0.320.870.59
HSV115°75°95°
CMYK 0.690.000.75   0.05
XYZ35.199364.743415.0564
Yxy64.74340.30610.5630
Hunter Lab80.4633-62.724545.2299
CIE-Lab84.3513-73.487669.5966

#4bf13d color RGB value is (75,241,61).

#4bf13d hex color red value is 75, green value is 241 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #4bf13d hue: 0.32 , saturation: 0.87 and the lightness value of 4bf13d is 0.59.

The process color (four color CMYK) of #4bf13d color hex is 0.69, 0.00, 0.75, 0.05. Web safe color of #4bf13d is #33ff33. Color #4bf13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11110001 00111101
Octal 113 361 75
Decimal 75 241 61
Hex 4B F1 3D

RGB Percentages of Color #4bf13d

%19.89
%63.93
%16.18

CMYK Percentages of Color #4bf13d

%69
%0
%75
%5

Triadic Colors of #4bf13d

#4bf13d #3d4bf1 #f13d4b

Analogous Colors of #4bf13d

#4bf13d #3df189 #a5f13d

Monochromatic Colors of #4bf13d

#4bf13d

Complementary Color

#4bf13d #e33df1

#4bf13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bf13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bf13d Color CSS Codes

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

#4bf13d Text Font Color

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

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


#4bf13d Background Color

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

This div background color is #4bf13d


#4bf13d Border Color

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

This div border color is #4bf13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bf13d


Comments

No comments written yet.

Please login to write comment.