Color Hex Logo

#25e12d Color Hex

#25E12D
(37,225,45)
0 Favorites   0 Comments

Color spaces of #25e12d

RGB 3722545
HSL0.340.760.51
HSV123°84°88°
CMYK 0.840.000.80   0.12
XYZ28.161854.433211.5050
Yxy54.43320.29930.5785
Hunter Lab73.7789-60.978642.3996
CIE-Lab78.7137-74.916368.7471

#25e12d color RGB value is (37,225,45).

#25e12d hex color red value is 37, green value is 225 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #25e12d hue: 0.34 , saturation: 0.76 and the lightness value of 25e12d is 0.51.

The process color (four color CMYK) of #25e12d color hex is 0.84, 0.00, 0.80, 0.12. Web safe color of #25e12d is #33cc33. Color #25e12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11100001 00101101
Octal 45 341 55
Decimal 37 225 45
Hex 25 E1 2D

RGB Percentages of Color #25e12d

%12.05
%73.29
%14.66

CMYK Percentages of Color #25e12d

%84
%0
%80
%12

Triadic Colors of #25e12d

#25e12d #2d25e1 #e12d25

Analogous Colors of #25e12d

#25e12d #25e18b #7be125

Monochromatic Colors of #25e12d

#25e12d

Complementary Color

#25e12d #e125d9

#25e12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25e12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25e12d Color CSS Codes

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

#25e12d Text Font Color

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

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


#25e12d Background Color

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

This div background color is #25e12d


#25e12d Border Color

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

This div border color is #25e12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25e12d


Comments

No comments written yet.

Please login to write comment.