Color Hex Logo

#25bb5e Color Hex

#25BB5E
(37,187,94)
0 Favorites   0 Comments

Color spaces of #25bb5e

RGB 3718794
HSL0.400.670.44
HSV143°80°73°
CMYK 0.800.000.50   0.27
XYZ20.553736.742116.5983
Yxy36.74210.27820.4972
Hunter Lab60.6153-45.550126.1953
CIE-Lab67.0831-58.002136.4074

#25bb5e color RGB value is (37,187,94).

#25bb5e hex color red value is 37, green value is 187 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #25bb5e hue: 0.40 , saturation: 0.67 and the lightness value of 25bb5e is 0.44.

The process color (four color CMYK) of #25bb5e color hex is 0.80, 0.00, 0.50, 0.27. Web safe color of #25bb5e is #33cc66. Color #25bb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111011 01011110
Octal 45 273 136
Decimal 37 187 94
Hex 25 BB 5E

RGB Percentages of Color #25bb5e

%11.64
%58.81
%29.56

CMYK Percentages of Color #25bb5e

%80
%0
%50
%27

Triadic Colors of #25bb5e

#25bb5e #5e25bb #bb5e25

Analogous Colors of #25bb5e

#25bb5e #25bba9 #37bb25

Monochromatic Colors of #25bb5e

#25bb5e

Complementary Color

#25bb5e #bb2582

#25bb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bb5e Color CSS Codes

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

#25bb5e Text Font Color

<p style="color:#25bb5e">Text here</p>

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


#25bb5e Background Color

<div style="background-color:#25bb5e">
Div content here</div>

This div background color is #25bb5e


#25bb5e Border Color

<div style="border:3px solid #25bb5e">
Div here</div>

This div border color is #25bb5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,187,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25bb5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25bb5e;
  -webkit-box-shadow: 1px 1px 3px 2px #25bb5e;
  box-shadow:         1px 1px 3px 2px #25bb5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,187,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bb5e


Comments

No comments written yet.

Please login to write comment.