COLOR #25BC61

HEX: #25BC61
RGB: (37,188,97)

Color info

#25BC61 contains mainly green color. Web safe color of #25BC61 is #33CC66 (or #3C6).

RGB color model

#25BC61 color RGB value is (37,188,97).

  • red value is 37;
  • green value is 188;
  • blue value is 97.
RGB:
(37,188,97)
(15%,74%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 188 of 255 = 74%
B 97 of 255 = 38%

37
188
97

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

Portions of RGB colors in percentages

R + G + B =
37 + 188 + 97 = 322 (100%)
R 37 of 322 ~ 11.49%
G 188 of 322 ~ 58.39%
B 97 of 322 ~ 30.12%

%11.49
%58.39
%30.12

CMYK color model

#25BC61 color CMYK value is (80,0,48,26).

  • cyan value is 80.32%
  • magenta value is 0.00%
  • yellow value is 48.40%
  • key color value is 26.27%
CMYK:
(80,0,48,26)
C80M0Y48K26 
(80%,0%,48%,26%)
(0.80/0.00/0.48/0.26)	

CMYK percentages

%80.32
%0
%48.4
%26.27

Codes

Color #25BC61 in popluar color models

25BC61
RGB3718897
HSL144°67.11%44.12%
HSB/HSV144°80.32%73.73%
CMYK80.32%0.00%48.40%
26.27%

Color #25BC61 in popluar number systems.

HEX25BC61
Decimal3718897
Binary100101101111001100001
Octal45274141

Shades and tints

Shades of #25BC61

#25BC61
(37,188,97)
#22AB59
(34,171,89)
#1F9A51
(31,154,81)
#1C8949
(28,137,73)
#197841
(25,120,65)
#166739
(22,103,57)
#135631
(19,86,49)
#104529
(16,69,41)
#0D3421
(13,52,33)
#0A2319
(10,35,25)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #25BC61

#25BC61
(37,188,97)
#38C26F
(56,194,111)
#4BC87D
(75,200,125)
#5ECE8B
(94,206,139)
#71D499
(113,212,153)
#84DAA7
(132,218,167)
#97E0B5
(151,224,181)
#AAE6C3
(170,230,195)
#BDECD1
(189,236,209)
#D0F2DF
(208,242,223)
#E3F8ED
(227,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25BC61 color. Also use rgb(37,188,97) instead hex code.

Text Font Color

.myTextColor { color: #25BC61; }

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

This text font color is #25BC61.


Background Color

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

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

This div background color is #25BC61.


Border color

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

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

This div border color is #25BC61.


Opacity

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

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

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

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

This text has shadow with #25BC61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25BC61 on black background.


Color preview on white background

This text has color #25BC61 on white background.



Black color preview on #25BC61 background

This text has black color on #25BC61 background.


White color preview on #25BC61 background

This text has white color on #25BC61 background.