COLOR #25AB34

HEX: #25AB34
RGB: (37,171,52)

Color info

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

RGB color model

#25AB34 color RGB value is (37,171,52).

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

RGB channels and saturation

R 37 of 255 = 15%
G 171 of 255 = 67%
B 52 of 255 = 20%

37
171
52

R + G + B ~ 34%. #25AB34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 171 + 52 = 260 (100%)
R 37 of 260 ~ 14.23%
G 171 of 260 ~ 65.77%
B 52 of 260 ~ 20%

%14.23
%65.77
%20

CMYK color model

#25AB34 color CMYK value is (78,0,70,33).

  • cyan value is 78.36%
  • magenta value is 0.00%
  • yellow value is 69.59%
  • key color value is 32.94%
CMYK:
(78,0,70,33)
C78M0Y70K33 
(78%,0%,70%,33%)
(0.78/0.00/0.70/0.33)	

CMYK percentages

%78.36
%0
%69.59
%32.94

Codes

Color #25AB34 in popluar color models

25AB34
RGB3717152
HSL127°64.42%40.78%
HSB/HSV127°78.36%67.06%
CMYK78.36%0.00%69.59%
32.94%

Color #25AB34 in popluar number systems.

HEX25AB34
Decimal3717152
Binary10010110101011110100
Octal4525364

Shades and tints

Shades of #25AB34

#25AB34
(37,171,52)
#229C30
(34,156,48)
#1F8D2C
(31,141,44)
#1C7E28
(28,126,40)
#196F24
(25,111,36)
#166020
(22,96,32)
#13511C
(19,81,28)
#104218
(16,66,24)
#0D3314
(13,51,20)
#0A2410
(10,36,16)
#07150C
(7,21,12)
#000000
(0,0,0)

Tints of #25AB34

#25AB34
(37,171,52)
#38B246
(56,178,70)
#4BB958
(75,185,88)
#5EC06A
(94,192,106)
#71C77C
(113,199,124)
#84CE8E
(132,206,142)
#97D5A0
(151,213,160)
#AADCB2
(170,220,178)
#BDE3C4
(189,227,196)
#D0EAD6
(208,234,214)
#E3F1E8
(227,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25AB34; }

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

This text font color is #25AB34.


Background Color

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

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

This div background color is #25AB34.


Border color

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

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

This div border color is #25AB34.


Opacity

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

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

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

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

This text has shadow with #25AB34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25AB34 on black background.


Color preview on white background

This text has color #25AB34 on white background.



Black color preview on #25AB34 background

This text has black color on #25AB34 background.


White color preview on #25AB34 background

This text has white color on #25AB34 background.