COLOR #25F121

HEX: #25F121
RGB: (37,241,33)

Color info

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

RGB color model

#25F121 color RGB value is (37,241,33).

  • red value is 37;
  • green value is 241;
  • blue value is 33.
RGB:
(37,241,33)
(15%,95%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 241 of 255 = 95%
B 33 of 255 = 13%

37
241
33

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

Portions of RGB colors in percentages

R + G + B =
37 + 241 + 33 = 311 (100%)
R 37 of 311 ~ 11.9%
G 241 of 311 ~ 77.49%
B 33 of 311 ~ 10.61%

%11.9
%77.49
%10.61

CMYK color model

#25F121 color CMYK value is (85,0,86,5).

  • cyan value is 84.65%
  • magenta value is 0.00%
  • yellow value is 86.31%
  • key color value is 5.49%
CMYK:
(85,0,86,5)
C85M0Y86K5 
(85%,0%,86%,5%)
(0.85/0.00/0.86/0.05)	

CMYK percentages

%84.65
%0
%86.31
%5.49

Codes

Color #25F121 in popluar color models

25F121
RGB3724133
HSL119°88.14%53.73%
HSB/HSV119°86.31%94.51%
CMYK84.65%0.00%86.31%
5.49%

Color #25F121 in popluar number systems.

HEX25F121
Decimal3724133
Binary10010111110001100001
Octal4536141

Shades and tints

Shades of #25F121

#25F121
(37,241,33)
#22DC1E
(34,220,30)
#1FC71B
(31,199,27)
#1CB218
(28,178,24)
#199D15
(25,157,21)
#168812
(22,136,18)
#13730F
(19,115,15)
#105E0C
(16,94,12)
#0D4909
(13,73,9)
#0A3406
(10,52,6)
#071F03
(7,31,3)
#000000
(0,0,0)

Tints of #25F121

#25F121
(37,241,33)
#38F235
(56,242,53)
#4BF349
(75,243,73)
#5EF45D
(94,244,93)
#71F571
(113,245,113)
#84F685
(132,246,133)
#97F799
(151,247,153)
#AAF8AD
(170,248,173)
#BDF9C1
(189,249,193)
#D0FAD5
(208,250,213)
#E3FBE9
(227,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25F121 color. Also use rgb(37,241,33) instead hex code.

Text Font Color

.myTextColor { color: #25F121; }

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

This text font color is #25F121.


Background Color

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

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

This div background color is #25F121.


Border color

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

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

This div border color is #25F121.


Opacity

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

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

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

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

This text has shadow with #25F121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25F121 on black background.


Color preview on white background

This text has color #25F121 on white background.



Black color preview on #25F121 background

This text has black color on #25F121 background.


White color preview on #25F121 background

This text has white color on #25F121 background.