COLOR #5EF925

HEX: #5EF925
RGB: (94,249,37)

Color info

#5EF925 contains mainly green color. Web safe color of #5EF925 is #66FF33 (or #6F3).

RGB color model

#5EF925 color RGB value is (94,249,37).

  • red value is 94;
  • green value is 249;
  • blue value is 37.
RGB:
(94,249,37)
(37%,98%,15%)

RGB channels and saturation

R 94 of 255 = 37%
G 249 of 255 = 98%
B 37 of 255 = 15%

94
249
37

R + G + B ~ 50%. #5EF925 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 249 + 37 = 380 (100%)
R 94 of 380 ~ 24.74%
G 249 of 380 ~ 65.53%
B 37 of 380 ~ 9.74%

%24.74
%65.53
%9.74

CMYK color model

#5EF925 color CMYK value is (62,0,85,2).

  • cyan value is 62.25%
  • magenta value is 0.00%
  • yellow value is 85.14%
  • key color value is 2.35%
CMYK:
(62,0,85,2)
C62M0Y85K2 
(62%,0%,85%,2%)
(0.62/0.00/0.85/0.02)	

CMYK percentages

%62.25
%0
%85.14
%2.35

Codes

Color #5EF925 in popluar color models

5EF925
RGB9424937
HSL104°94.64%56.08%
HSB/HSV104°85.14%97.65%
CMYK62.25%0.00%85.14%
2.35%

Color #5EF925 in popluar number systems.

HEX5EF925
Decimal9424937
Binary101111011111001100101
Octal13637145

Shades and tints

Shades of #5EF925

#5EF925
(94,249,37)
#56E322
(86,227,34)
#4ECD1F
(78,205,31)
#46B71C
(70,183,28)
#3EA119
(62,161,25)
#368B16
(54,139,22)
#2E7513
(46,117,19)
#265F10
(38,95,16)
#1E490D
(30,73,13)
#16330A
(22,51,10)
#0E1D07
(14,29,7)
#000000
(0,0,0)

Tints of #5EF925

#5EF925
(94,249,37)
#6CF938
(108,249,56)
#7AF94B
(122,249,75)
#88F95E
(136,249,94)
#96F971
(150,249,113)
#A4F984
(164,249,132)
#B2F997
(178,249,151)
#C0F9AA
(192,249,170)
#CEF9BD
(206,249,189)
#DCF9D0
(220,249,208)
#EAF9E3
(234,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EF925 color. Also use rgb(94,249,37) instead hex code.

Text Font Color

.myTextColor { color: #5EF925; }

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

This text font color is #5EF925.


Background Color

.myBgColor { background-color: #5EF925; }

<div style="background-color:#5EF925">Inner text</div>

This div background color is #5EF925.


Border color

.myBorderColor { border: 1px solid #5EF925; }

<div style="border:3px solid #5EF925">Div</div>

This div border color is #5EF925.


Opacity

.myOpacity80 { color: #5EF925; opacity: 0.8; }

<p style="color:#5EF925;opacity:0.8;">80%</p>

Text with #5EF925 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 #5EF925;}

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

This text has shadow with #5EF925 color.

.textShadow {text-shadow: 3px 3px 1px #5EF925, 3px 3px 1px red;}

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

This text has shadow with #5EF925 primary color and red secondary color.


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

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

This text has shadow with #5EF925 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EF925 on black background.


Color preview on white background

This text has color #5EF925 on white background.



Black color preview on #5EF925 background

This text has black color on #5EF925 background.


White color preview on #5EF925 background

This text has white color on #5EF925 background.