COLOR #25DD52

HEX: #25DD52
RGB: (37,221,82)

Color info

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

RGB color model

#25DD52 color RGB value is (37,221,82).

  • red value is 37;
  • green value is 221;
  • blue value is 82.
RGB:
(37,221,82)
(15%,87%,32%)

RGB channels and saturation

R 37 of 255 = 15%
G 221 of 255 = 87%
B 82 of 255 = 32%

37
221
82

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

Portions of RGB colors in percentages

R + G + B =
37 + 221 + 82 = 340 (100%)
R 37 of 340 ~ 10.88%
G 221 of 340 ~ 65%
B 82 of 340 ~ 24.12%

%10.88
%65
%24.12

CMYK color model

#25DD52 color CMYK value is (83,0,63,13).

  • cyan value is 83.26%
  • magenta value is 0.00%
  • yellow value is 62.90%
  • key color value is 13.33%
CMYK:
(83,0,63,13)
C83M0Y63K13 
(83%,0%,63%,13%)
(0.83/0.00/0.63/0.13)	

CMYK percentages

%83.26
%0
%62.9
%13.33

Codes

Color #25DD52 in popluar color models

25DD52
RGB3722182
HSL135°73.02%50.59%
HSB/HSV135°83.26%86.67%
CMYK83.26%0.00%62.90%
13.33%

Color #25DD52 in popluar number systems.

HEX25DD52
Decimal3722182
Binary100101110111011010010
Octal45335122

Shades and tints

Shades of #25DD52

#25DD52
(37,221,82)
#22C94B
(34,201,75)
#1FB544
(31,181,68)
#1CA13D
(28,161,61)
#198D36
(25,141,54)
#16792F
(22,121,47)
#136528
(19,101,40)
#105121
(16,81,33)
#0D3D1A
(13,61,26)
#0A2913
(10,41,19)
#07150C
(7,21,12)
#000000
(0,0,0)

Tints of #25DD52

#25DD52
(37,221,82)
#38E061
(56,224,97)
#4BE370
(75,227,112)
#5EE67F
(94,230,127)
#71E98E
(113,233,142)
#84EC9D
(132,236,157)
#97EFAC
(151,239,172)
#AAF2BB
(170,242,187)
#BDF5CA
(189,245,202)
#D0F8D9
(208,248,217)
#E3FBE8
(227,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25DD52 color. Also use rgb(37,221,82) instead hex code.

Text Font Color

.myTextColor { color: #25DD52; }

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

This text font color is #25DD52.


Background Color

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

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

This div background color is #25DD52.


Border color

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

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

This div border color is #25DD52.


Opacity

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

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

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

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

This text has shadow with #25DD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25DD52 on black background.


Color preview on white background

This text has color #25DD52 on white background.



Black color preview on #25DD52 background

This text has black color on #25DD52 background.


White color preview on #25DD52 background

This text has white color on #25DD52 background.