COLOR #25D276

HEX: #25D276
RGB: (37,210,118)

Color info

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

RGB color model

#25D276 color RGB value is (37,210,118).

  • red value is 37;
  • green value is 210;
  • blue value is 118.
RGB:
(37,210,118)
(15%,82%,46%)

RGB channels and saturation

R 37 of 255 = 15%
G 210 of 255 = 82%
B 118 of 255 = 46%

37
210
118

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

Portions of RGB colors in percentages

R + G + B =
37 + 210 + 118 = 365 (100%)
R 37 of 365 ~ 10.14%
G 210 of 365 ~ 57.53%
B 118 of 365 ~ 32.33%

%10.14
%57.53
%32.33

CMYK color model

#25D276 color CMYK value is (82,0,44,18).

  • cyan value is 82.38%
  • magenta value is 0.00%
  • yellow value is 43.81%
  • key color value is 17.65%
CMYK:
(82,0,44,18)
C82M0Y44K18 
(82%,0%,44%,18%)
(0.82/0.00/0.44/0.18)	

CMYK percentages

%82.38
%0
%43.81
%17.65

Codes

Color #25D276 in popluar color models

25D276
RGB37210118
HSL148°70.04%48.43%
HSB/HSV148°82.38%82.35%
CMYK82.38%0.00%43.81%
17.65%

Color #25D276 in popluar number systems.

HEX25D276
Decimal37210118
Binary100101110100101110110
Octal45322166

Shades and tints

Shades of #25D276

#25D276
(37,210,118)
#22BF6C
(34,191,108)
#1FAC62
(31,172,98)
#1C9958
(28,153,88)
#19864E
(25,134,78)
#167344
(22,115,68)
#13603A
(19,96,58)
#104D30
(16,77,48)
#0D3A26
(13,58,38)
#0A271C
(10,39,28)
#071412
(7,20,18)
#000000
(0,0,0)

Tints of #25D276

#25D276
(37,210,118)
#38D682
(56,214,130)
#4BDA8E
(75,218,142)
#5EDE9A
(94,222,154)
#71E2A6
(113,226,166)
#84E6B2
(132,230,178)
#97EABE
(151,234,190)
#AAEECA
(170,238,202)
#BDF2D6
(189,242,214)
#D0F6E2
(208,246,226)
#E3FAEE
(227,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25D276 color. Also use rgb(37,210,118) instead hex code.

Text Font Color

.myTextColor { color: #25D276; }

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

This text font color is #25D276.


Background Color

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

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

This div background color is #25D276.


Border color

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

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

This div border color is #25D276.


Opacity

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

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

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

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

This text has shadow with #25D276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25D276 on black background.


Color preview on white background

This text has color #25D276 on white background.



Black color preview on #25D276 background

This text has black color on #25D276 background.


White color preview on #25D276 background

This text has white color on #25D276 background.