COLOR #25E269

HEX: #25E269
RGB: (37,226,105)

Color info

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

RGB color model

#25E269 color RGB value is (37,226,105).

  • red value is 37;
  • green value is 226;
  • blue value is 105.
RGB:
(37,226,105)
(15%,89%,41%)

RGB channels and saturation

R 37 of 255 = 15%
G 226 of 255 = 89%
B 105 of 255 = 41%

37
226
105

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

Portions of RGB colors in percentages

R + G + B =
37 + 226 + 105 = 368 (100%)
R 37 of 368 ~ 10.05%
G 226 of 368 ~ 61.41%
B 105 of 368 ~ 28.53%

%10.05
%61.41
%28.53

CMYK color model

#25E269 color CMYK value is (84,0,54,11).

  • cyan value is 83.63%
  • magenta value is 0.00%
  • yellow value is 53.54%
  • key color value is 11.37%
CMYK:
(84,0,54,11)
C84M0Y54K11 
(84%,0%,54%,11%)
(0.84/0.00/0.54/0.11)	

CMYK percentages

%83.63
%0
%53.54
%11.37

Codes

Color #25E269 in popluar color models

25E269
RGB37226105
HSL142°76.52%51.57%
HSB/HSV142°83.63%88.63%
CMYK83.63%0.00%53.54%
11.37%

Color #25E269 in popluar number systems.

HEX25E269
Decimal37226105
Binary100101111000101101001
Octal45342151

Shades and tints

Shades of #25E269

#25E269
(37,226,105)
#22CE60
(34,206,96)
#1FBA57
(31,186,87)
#1CA64E
(28,166,78)
#199245
(25,146,69)
#167E3C
(22,126,60)
#136A33
(19,106,51)
#10562A
(16,86,42)
#0D4221
(13,66,33)
#0A2E18
(10,46,24)
#071A0F
(7,26,15)
#000000
(0,0,0)

Tints of #25E269

#25E269
(37,226,105)
#38E476
(56,228,118)
#4BE683
(75,230,131)
#5EE890
(94,232,144)
#71EA9D
(113,234,157)
#84ECAA
(132,236,170)
#97EEB7
(151,238,183)
#AAF0C4
(170,240,196)
#BDF2D1
(189,242,209)
#D0F4DE
(208,244,222)
#E3F6EB
(227,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25E269 color. Also use rgb(37,226,105) instead hex code.

Text Font Color

.myTextColor { color: #25E269; }

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

This text font color is #25E269.


Background Color

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

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

This div background color is #25E269.


Border color

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

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

This div border color is #25E269.


Opacity

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

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

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

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

This text has shadow with #25E269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25E269 on black background.


Color preview on white background

This text has color #25E269 on white background.



Black color preview on #25E269 background

This text has black color on #25E269 background.


White color preview on #25E269 background

This text has white color on #25E269 background.