COLOR #25AB2B

HEX: #25AB2B
RGB: (37,171,43)

Color info

#25AB2B contains mainly green color. Web safe color of #25AB2B is #339933 (or #393).

RGB color model

#25AB2B color RGB value is (37,171,43).

  • red value is 37;
  • green value is 171;
  • blue value is 43.
RGB:
(37,171,43)
(15%,67%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 171 of 255 = 67%
B 43 of 255 = 17%

37
171
43

R + G + B ~ 33%. #25AB2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 171 + 43 = 251 (100%)
R 37 of 251 ~ 14.74%
G 171 of 251 ~ 68.13%
B 43 of 251 ~ 17.13%

%14.74
%68.13
%17.13

CMYK color model

#25AB2B color CMYK value is (78,0,75,33).

  • cyan value is 78.36%
  • magenta value is 0.00%
  • yellow value is 74.85%
  • key color value is 32.94%
CMYK:
(78,0,75,33)
C78M0Y75K33 
(78%,0%,75%,33%)
(0.78/0.00/0.75/0.33)	

CMYK percentages

%78.36
%0
%74.85
%32.94

Codes

Color #25AB2B in popluar color models

25AB2B
RGB3717143
HSL123°64.42%40.78%
HSB/HSV123°78.36%67.06%
CMYK78.36%0.00%74.85%
32.94%

Color #25AB2B in popluar number systems.

HEX25AB2B
Decimal3717143
Binary10010110101011101011
Octal4525353

Shades and tints

Shades of #25AB2B

#25AB2B
(37,171,43)
#229C28
(34,156,40)
#1F8D25
(31,141,37)
#1C7E22
(28,126,34)
#196F1F
(25,111,31)
#16601C
(22,96,28)
#135119
(19,81,25)
#104216
(16,66,22)
#0D3313
(13,51,19)
#0A2410
(10,36,16)
#07150D
(7,21,13)
#000000
(0,0,0)

Tints of #25AB2B

#25AB2B
(37,171,43)
#38B23E
(56,178,62)
#4BB951
(75,185,81)
#5EC064
(94,192,100)
#71C777
(113,199,119)
#84CE8A
(132,206,138)
#97D59D
(151,213,157)
#AADCB0
(170,220,176)
#BDE3C3
(189,227,195)
#D0EAD6
(208,234,214)
#E3F1E9
(227,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25AB2B color. Also use rgb(37,171,43) instead hex code.

Text Font Color

.myTextColor { color: #25AB2B; }

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

This text font color is #25AB2B.


Background Color

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

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

This div background color is #25AB2B.


Border color

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

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

This div border color is #25AB2B.


Opacity

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

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

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

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

This text has shadow with #25AB2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25AB2B on black background.


Color preview on white background

This text has color #25AB2B on white background.



Black color preview on #25AB2B background

This text has black color on #25AB2B background.


White color preview on #25AB2B background

This text has white color on #25AB2B background.