COLOR #25CC49

HEX: #25CC49
RGB: (37,204,73)

Color info

#25CC49 contains mainly green color. Web safe color of #25CC49 is #33CC33 (or #3C3).

RGB color model

#25CC49 color RGB value is (37,204,73).

  • red value is 37;
  • green value is 204;
  • blue value is 73.
RGB:
(37,204,73)
(15%,80%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 204 of 255 = 80%
B 73 of 255 = 29%

37
204
73

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

Portions of RGB colors in percentages

R + G + B =
37 + 204 + 73 = 314 (100%)
R 37 of 314 ~ 11.78%
G 204 of 314 ~ 64.97%
B 73 of 314 ~ 23.25%

%11.78
%64.97
%23.25

CMYK color model

#25CC49 color CMYK value is (82,0,64,20).

  • cyan value is 81.86%
  • magenta value is 0.00%
  • yellow value is 64.22%
  • key color value is 20.00%
CMYK:
(82,0,64,20)
C82M0Y64K20 
(82%,0%,64%,20%)
(0.82/0.00/0.64/0.20)	

CMYK percentages

%81.86
%0
%64.22
%20

Codes

Color #25CC49 in popluar color models

25CC49
RGB3720473
HSL133°69.29%47.25%
HSB/HSV133°81.86%80.00%
CMYK81.86%0.00%64.22%
20.00%

Color #25CC49 in popluar number systems.

HEX25CC49
Decimal3720473
Binary100101110011001001001
Octal45314111

Shades and tints

Shades of #25CC49

#25CC49
(37,204,73)
#22BA43
(34,186,67)
#1FA83D
(31,168,61)
#1C9637
(28,150,55)
#198431
(25,132,49)
#16722B
(22,114,43)
#136025
(19,96,37)
#104E1F
(16,78,31)
#0D3C19
(13,60,25)
#0A2A13
(10,42,19)
#07180D
(7,24,13)
#000000
(0,0,0)

Tints of #25CC49

#25CC49
(37,204,73)
#38D059
(56,208,89)
#4BD469
(75,212,105)
#5ED879
(94,216,121)
#71DC89
(113,220,137)
#84E099
(132,224,153)
#97E4A9
(151,228,169)
#AAE8B9
(170,232,185)
#BDECC9
(189,236,201)
#D0F0D9
(208,240,217)
#E3F4E9
(227,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25CC49 color. Also use rgb(37,204,73) instead hex code.

Text Font Color

.myTextColor { color: #25CC49; }

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

This text font color is #25CC49.


Background Color

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

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

This div background color is #25CC49.


Border color

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

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

This div border color is #25CC49.


Opacity

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

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

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

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

This text has shadow with #25CC49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25CC49 on black background.


Color preview on white background

This text has color #25CC49 on white background.



Black color preview on #25CC49 background

This text has black color on #25CC49 background.


White color preview on #25CC49 background

This text has white color on #25CC49 background.