Color Hex Logo

#25d125 Color Hex

#25D125
(37,209,37)
0 Favorites   0 Comments

Color spaces of #25d125

RGB 3720937
HSL0.330.700.48
HSV120°82°82°
CMYK 0.820.000.82   0.18
XYZ23.897346.12789.3943
Yxy46.12780.30090.5808
Hunter Lab67.9174-56.048939.3413
CIE-Lab73.6284-70.751266.1563

#25d125 color RGB value is (37,209,37).

#25d125 hex color red value is 37, green value is 209 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #25d125 hue: 0.33 , saturation: 0.70 and the lightness value of 25d125 is 0.48.

The process color (four color CMYK) of #25d125 color hex is 0.82, 0.00, 0.82, 0.18. Web safe color of #25d125 is #33cc33. Color #25d125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11010001 00100101
Octal 45 321 45
Decimal 37 209 37
Hex 25 D1 25

RGB Percentages of Color #25d125

%13.07
%73.85
%13.07

CMYK Percentages of Color #25d125

%82
%0
%82
%18

Triadic Colors of #25d125

#25d125 #2525d1 #d12525

Analogous Colors of #25d125

#25d125 #25d17b #7bd125

Monochromatic Colors of #25d125

#25d125

Complementary Color

#25d125 #d125d1

#25d125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25d125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25d125 Color CSS Codes

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

#25d125 Text Font Color

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

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


#25d125 Background Color

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

This div background color is #25d125


#25d125 Border Color

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

This div border color is #25d125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25d125


Comments

No comments written yet.

Please login to write comment.