COLOR #25F71B

HEX: #25F71B
RGB: (37,247,27)

Color info

#25F71B contains mainly green color. Web safe color of #25F71B is #33FF33 (or #3F3).

RGB color model

#25F71B color RGB value is (37,247,27).

  • red value is 37;
  • green value is 247;
  • blue value is 27.
RGB:
(37,247,27)
(15%,97%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 247 of 255 = 97%
B 27 of 255 = 11%

37
247
27

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

Portions of RGB colors in percentages

R + G + B =
37 + 247 + 27 = 311 (100%)
R 37 of 311 ~ 11.9%
G 247 of 311 ~ 79.42%
B 27 of 311 ~ 8.68%

%11.9
%79.42

CMYK color model

#25F71B color CMYK value is (85,0,89,3).

  • cyan value is 85.02%
  • magenta value is 0.00%
  • yellow value is 89.07%
  • key color value is 3.14%
CMYK:
(85,0,89,3)
C85M0Y89K3 
(85%,0%,89%,3%)
(0.85/0.00/0.89/0.03)	

CMYK percentages

%85.02
%0
%89.07
%3.14

Codes

Color #25F71B in popluar color models

25F71B
RGB3724727
HSL117°93.22%53.73%
HSB/HSV117°89.07%96.86%
CMYK85.02%0.00%89.07%
3.14%

Color #25F71B in popluar number systems.

HEX25F71B
Decimal3724727
Binary1001011111011111011
Octal4536733

Shades and tints

Shades of #25F71B

#25F71B
(37,247,27)
#22E119
(34,225,25)
#1FCB17
(31,203,23)
#1CB515
(28,181,21)
#199F13
(25,159,19)
#168911
(22,137,17)
#13730F
(19,115,15)
#105D0D
(16,93,13)
#0D470B
(13,71,11)
#0A3109
(10,49,9)
#071B07
(7,27,7)
#000000
(0,0,0)

Tints of #25F71B

#25F71B
(37,247,27)
#38F72F
(56,247,47)
#4BF743
(75,247,67)
#5EF757
(94,247,87)
#71F76B
(113,247,107)
#84F77F
(132,247,127)
#97F793
(151,247,147)
#AAF7A7
(170,247,167)
#BDF7BB
(189,247,187)
#D0F7CF
(208,247,207)
#E3F7E3
(227,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25F71B color. Also use rgb(37,247,27) instead hex code.

Text Font Color

.myTextColor { color: #25F71B; }

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

This text font color is #25F71B.


Background Color

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

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

This div background color is #25F71B.


Border color

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

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

This div border color is #25F71B.


Opacity

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

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

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

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

This text has shadow with #25F71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25F71B on black background.


Color preview on white background

This text has color #25F71B on white background.



Black color preview on #25F71B background

This text has black color on #25F71B background.


White color preview on #25F71B background

This text has white color on #25F71B background.