Color Hex Logo

#4be25f Color Hex

#4BE25F
(75,226,95)
0 Favorites   0 Comments

Color spaces of #4be25f

RGB 7522695
HSL0.360.720.59
HSV128°67°89°
CMYK 0.670.000.58   0.11
XYZ32.163656.714820.0783
Yxy56.71480.29520.5205
Hunter Lab75.3092-55.556136.9091
CIE-Lab80.0189-65.447451.7123

#4be25f color RGB value is (75,226,95).

#4be25f hex color red value is 75, green value is 226 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4be25f hue: 0.36 , saturation: 0.72 and the lightness value of 4be25f is 0.59.

The process color (four color CMYK) of #4be25f color hex is 0.67, 0.00, 0.58, 0.11. Web safe color of #4be25f is #33cc66. Color #4be25f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100010 01011111
Octal 113 342 137
Decimal 75 226 95
Hex 4B E2 5F

RGB Percentages of Color #4be25f

%18.94
%57.07
%23.99

CMYK Percentages of Color #4be25f

%67
%0
%58
%11

Triadic Colors of #4be25f

#4be25f #5f4be2 #e25f4b

Analogous Colors of #4be25f

#4be25f #4be2ab #83e24b

Monochromatic Colors of #4be25f

#4be25f

Complementary Color

#4be25f #e24bce

#4be25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be25f Color CSS Codes

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

#4be25f Text Font Color

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

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


#4be25f Background Color

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

This div background color is #4be25f


#4be25f Border Color

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

This div border color is #4be25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be25f


Comments

No comments written yet.

Please login to write comment.