COLOR #25E97D

HEX: #25E97D
RGB: (37,233,125)

Color info

#25E97D contains mainly green color. Web safe color of #25E97D is #33FF66 (or #3F6).

RGB color model

#25E97D color RGB value is (37,233,125).

  • red value is 37;
  • green value is 233;
  • blue value is 125.
RGB:
(37,233,125)
(15%,91%,49%)

RGB channels and saturation

R 37 of 255 = 15%
G 233 of 255 = 91%
B 125 of 255 = 49%

37
233
125

R + G + B ~ 52%. #25E97D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 233 + 125 = 395 (100%)
R 37 of 395 ~ 9.37%
G 233 of 395 ~ 58.99%
B 125 of 395 ~ 31.65%

%58.99
%31.65

CMYK color model

#25E97D color CMYK value is (84,0,46,9).

  • cyan value is 84.12%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 8.63%
CMYK:
(84,0,46,9)
C84M0Y46K9 
(84%,0%,46%,9%)
(0.84/0.00/0.46/0.09)	

CMYK percentages

%84.12
%0
%46.35
%8.63

Codes

Color #25E97D in popluar color models

25E97D
RGB37233125
HSL147°81.67%52.94%
HSB/HSV147°84.12%91.37%
CMYK84.12%0.00%46.35%
8.63%

Color #25E97D in popluar number systems.

HEX25E97D
Decimal37233125
Binary100101111010011111101
Octal45351175

Shades and tints

Shades of #25E97D

#25E97D
(37,233,125)
#22D472
(34,212,114)
#1FBF67
(31,191,103)
#1CAA5C
(28,170,92)
#199551
(25,149,81)
#168046
(22,128,70)
#136B3B
(19,107,59)
#105630
(16,86,48)
#0D4125
(13,65,37)
#0A2C1A
(10,44,26)
#07170F
(7,23,15)
#000000
(0,0,0)

Tints of #25E97D

#25E97D
(37,233,125)
#38EB88
(56,235,136)
#4BED93
(75,237,147)
#5EEF9E
(94,239,158)
#71F1A9
(113,241,169)
#84F3B4
(132,243,180)
#97F5BF
(151,245,191)
#AAF7CA
(170,247,202)
#BDF9D5
(189,249,213)
#D0FBE0
(208,251,224)
#E3FDEB
(227,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25E97D color. Also use rgb(37,233,125) instead hex code.

Text Font Color

.myTextColor { color: #25E97D; }

<p style="color:#25E97D">This sample text font color is #25E97D.</p>

This text font color is #25E97D.


Background Color

.myBgColor { background-color: #25E97D; }

<div style="background-color:#25E97D">Inner text</div>

This div background color is #25E97D.


Border color

.myBorderColor { border: 1px solid #25E97D; }

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

This div border color is #25E97D.


Opacity

.myOpacity80 { color: #25E97D; opacity: 0.8; }

<p style="color:#25E97D;opacity:0.8;">80%</p>

Text with #25E97D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #25E97D;}

<p style="text-shadow: 3px 3px 1px #25E97D">Text here.</p>

This text has shadow with #25E97D color.

.textShadow {text-shadow: 3px 3px 1px #25E97D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #25E97D, 5px 5px 20px red">Text here.</p>

This text has shadow with #25E97D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25E97D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#25E97D, Direction=45, Strength=4)">Text</p>

This text has shadow with #25E97D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #25E97D;
  -webkit-box-shadow:	1px 1px 3px 2px #25E97D;
  box-shadow:		1px 1px 3px 2px #25E97D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25E97D;
-webkit-box-shadow: 1px 1px 3px 2px #25E97D;
box-shadow:1px 1px 3px 2px #25E97D;">
Div content here</div>
This div box has shadow with color #25E97D.

Preview

Color preview on black background

This text has color #25E97D on black background.


Color preview on white background

This text has color #25E97D on white background.



Black color preview on #25E97D background

This text has black color on #25E97D background.


White color preview on #25E97D background

This text has white color on #25E97D background.