COLOR #25F469

HEX: #25F469
RGB: (37,244,105)

Color info

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

RGB color model

#25F469 color RGB value is (37,244,105).

  • red value is 37;
  • green value is 244;
  • blue value is 105.
RGB:
(37,244,105)
(15%,96%,41%)

RGB channels and saturation

R 37 of 255 = 15%
G 244 of 255 = 96%
B 105 of 255 = 41%

37
244
105

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

Portions of RGB colors in percentages

R + G + B =
37 + 244 + 105 = 386 (100%)
R 37 of 386 ~ 9.59%
G 244 of 386 ~ 63.21%
B 105 of 386 ~ 27.2%

%9.59
%63.21
%27.2

CMYK color model

#25F469 color CMYK value is (85,0,57,4).

  • cyan value is 84.84%
  • magenta value is 0.00%
  • yellow value is 56.97%
  • key color value is 4.31%
CMYK:
(85,0,57,4)
C85M0Y57K4 
(85%,0%,57%,4%)
(0.85/0.00/0.57/0.04)	

CMYK percentages

%84.84
%0
%56.97
%4.31

Codes

Color #25F469 in popluar color models

25F469
RGB37244105
HSL140°90.39%55.10%
HSB/HSV140°84.84%95.69%
CMYK84.84%0.00%56.97%
4.31%

Color #25F469 in popluar number systems.

HEX25F469
Decimal37244105
Binary100101111101001101001
Octal45364151

Shades and tints

Shades of #25F469

#25F469
(37,244,105)
#22DE60
(34,222,96)
#1FC857
(31,200,87)
#1CB24E
(28,178,78)
#199C45
(25,156,69)
#16863C
(22,134,60)
#137033
(19,112,51)
#105A2A
(16,90,42)
#0D4421
(13,68,33)
#0A2E18
(10,46,24)
#07180F
(7,24,15)
#000000
(0,0,0)

Tints of #25F469

#25F469
(37,244,105)
#38F576
(56,245,118)
#4BF683
(75,246,131)
#5EF790
(94,247,144)
#71F89D
(113,248,157)
#84F9AA
(132,249,170)
#97FAB7
(151,250,183)
#AAFBC4
(170,251,196)
#BDFCD1
(189,252,209)
#D0FDDE
(208,253,222)
#E3FEEB
(227,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25F469 color. Also use rgb(37,244,105) instead hex code.

Text Font Color

.myTextColor { color: #25F469; }

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

This text font color is #25F469.


Background Color

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

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

This div background color is #25F469.


Border color

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

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

This div border color is #25F469.


Opacity

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

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

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

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

This text has shadow with #25F469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25F469 on black background.


Color preview on white background

This text has color #25F469 on white background.



Black color preview on #25F469 background

This text has black color on #25F469 background.


White color preview on #25F469 background

This text has white color on #25F469 background.