Color Hex Logo

#4bef52 Color Hex

#4BEF52
(75,239,82)
0 Favorites   0 Comments

Color spaces of #4bef52

RGB 7523982
HSL0.340.840.62
HSV123°69°94°
CMYK 0.690.000.66   0.06
XYZ35.291163.838118.4446
Yxy63.83810.30020.5430
Hunter Lab79.8987-60.979842.2420
CIE-Lab83.8814-71.150261.5470

#4bef52 color RGB value is (75,239,82).

#4bef52 hex color red value is 75, green value is 239 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4bef52 hue: 0.34 , saturation: 0.84 and the lightness value of 4bef52 is 0.62.

The process color (four color CMYK) of #4bef52 color hex is 0.69, 0.00, 0.66, 0.06. Web safe color of #4bef52 is #33ff66. Color #4bef52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 01010010
Octal 113 357 122
Decimal 75 239 82
Hex 4B EF 52

RGB Percentages of Color #4bef52

%18.94
%60.35
%20.71

CMYK Percentages of Color #4bef52

%69
%0
%66
%6

Triadic Colors of #4bef52

#4bef52 #524bef #ef524b

Analogous Colors of #4bef52

#4bef52 #4befa4 #96ef4b

Monochromatic Colors of #4bef52

#4bef52

Complementary Color

#4bef52 #ef4be8

#4bef52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bef52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bef52 Color CSS Codes

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

#4bef52 Text Font Color

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

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


#4bef52 Background Color

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

This div background color is #4bef52


#4bef52 Border Color

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

This div border color is #4bef52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bef52


Comments

No comments written yet.

Please login to write comment.