COLOR #25FB5F

HEX: #25FB5F
RGB: (37,251,95)

Color info

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

RGB color model

#25FB5F color RGB value is (37,251,95).

  • red value is 37;
  • green value is 251;
  • blue value is 95.
RGB:
(37,251,95)
(15%,98%,37%)

RGB channels and saturation

R 37 of 255 = 15%
G 251 of 255 = 98%
B 95 of 255 = 37%

37
251
95

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

Portions of RGB colors in percentages

R + G + B =
37 + 251 + 95 = 383 (100%)
R 37 of 383 ~ 9.66%
G 251 of 383 ~ 65.54%
B 95 of 383 ~ 24.8%

%9.66
%65.54
%24.8

CMYK color model

#25FB5F color CMYK value is (85,0,62,2).

  • cyan value is 85.26%
  • magenta value is 0.00%
  • yellow value is 62.15%
  • key color value is 1.57%
CMYK:
(85,0,62,2)
C85M0Y62K2 
(85%,0%,62%,2%)
(0.85/0.00/0.62/0.02)	

CMYK percentages

%85.26
%0
%62.15
%1.57

Codes

Color #25FB5F in popluar color models

25FB5F
RGB3725195
HSL136°96.40%56.47%
HSB/HSV136°85.26%98.43%
CMYK85.26%0.00%62.15%
1.57%

Color #25FB5F in popluar number systems.

HEX25FB5F
Decimal3725195
Binary100101111110111011111
Octal45373137

Shades and tints

Shades of #25FB5F

#25FB5F
(37,251,95)
#22E557
(34,229,87)
#1FCF4F
(31,207,79)
#1CB947
(28,185,71)
#19A33F
(25,163,63)
#168D37
(22,141,55)
#13772F
(19,119,47)
#106127
(16,97,39)
#0D4B1F
(13,75,31)
#0A3517
(10,53,23)
#071F0F
(7,31,15)
#000000
(0,0,0)

Tints of #25FB5F

#25FB5F
(37,251,95)
#38FB6D
(56,251,109)
#4BFB7B
(75,251,123)
#5EFB89
(94,251,137)
#71FB97
(113,251,151)
#84FBA5
(132,251,165)
#97FBB3
(151,251,179)
#AAFBC1
(170,251,193)
#BDFBCF
(189,251,207)
#D0FBDD
(208,251,221)
#E3FBEB
(227,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25FB5F color. Also use rgb(37,251,95) instead hex code.

Text Font Color

.myTextColor { color: #25FB5F; }

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

This text font color is #25FB5F.


Background Color

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

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

This div background color is #25FB5F.


Border color

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

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

This div border color is #25FB5F.


Opacity

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

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

Text with #25FB5F 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 #25FB5F;}

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

This text has shadow with #25FB5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25FB5F on black background.


Color preview on white background

This text has color #25FB5F on white background.



Black color preview on #25FB5F background

This text has black color on #25FB5F background.


White color preview on #25FB5F background

This text has white color on #25FB5F background.