COLOR #94E125

HEX: #94E125
RGB: (148,225,37)

Color info

#94E125 contains mainly green color. Web safe color of #94E125 is #99CC33 (or #9C3).

RGB color model

#94E125 color RGB value is (148,225,37).

  • red value is 148;
  • green value is 225;
  • blue value is 37.
RGB:
(148,225,37)
(58%,88%,15%)

RGB channels and saturation

R 148 of 255 = 58%
G 225 of 255 = 88%
B 37 of 255 = 15%

148
225
37

R + G + B ~ 54%. #94E125 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 225 + 37 = 410 (100%)
R 148 of 410 ~ 36.1%
G 225 of 410 ~ 54.88%
B 37 of 410 ~ 9.02%

%36.1
%54.88

CMYK color model

#94E125 color CMYK value is (34,0,84,12).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 83.56%
  • key color value is 11.76%
CMYK:
(34,0,84,12)
C34M0Y84K12 
(34%,0%,84%,12%)
(0.34/0.00/0.84/0.12)	

CMYK percentages

%34.22
%0
%83.56
%11.76

Codes

Color #94E125 in popluar color models

94E125
RGB14822537
HSL85°75.81%51.37%
HSB/HSV85°83.56%88.24%
CMYK34.22%0.00%83.56%
11.76%

Color #94E125 in popluar number systems.

HEX94E125
Decimal14822537
Binary1001010011100001100101
Octal22434145

Shades and tints

Shades of #94E125

#94E125
(148,225,37)
#87CD22
(135,205,34)
#7AB91F
(122,185,31)
#6DA51C
(109,165,28)
#609119
(96,145,25)
#537D16
(83,125,22)
#466913
(70,105,19)
#395510
(57,85,16)
#2C410D
(44,65,13)
#1F2D0A
(31,45,10)
#121907
(18,25,7)
#000000
(0,0,0)

Tints of #94E125

#94E125
(148,225,37)
#9DE338
(157,227,56)
#A6E54B
(166,229,75)
#AFE75E
(175,231,94)
#B8E971
(184,233,113)
#C1EB84
(193,235,132)
#CAED97
(202,237,151)
#D3EFAA
(211,239,170)
#DCF1BD
(220,241,189)
#E5F3D0
(229,243,208)
#EEF5E3
(238,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E125 color. Also use rgb(148,225,37) instead hex code.

Text Font Color

.myTextColor { color: #94E125; }

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

This text font color is #94E125.


Background Color

.myBgColor { background-color: #94E125; }

<div style="background-color:#94E125">Inner text</div>

This div background color is #94E125.


Border color

.myBorderColor { border: 1px solid #94E125; }

<div style="border:3px solid #94E125">Div</div>

This div border color is #94E125.


Opacity

.myOpacity80 { color: #94E125; opacity: 0.8; }

<p style="color:#94E125;opacity:0.8;">80%</p>

Text with #94E125 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 #94E125;}

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

This text has shadow with #94E125 color.

.textShadow {text-shadow: 3px 3px 1px #94E125, 3px 3px 1px red;}

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

This text has shadow with #94E125 primary color and red secondary color.


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

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

This text has shadow with #94E125 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E125 on black background.


Color preview on white background

This text has color #94E125 on white background.



Black color preview on #94E125 background

This text has black color on #94E125 background.


White color preview on #94E125 background

This text has white color on #94E125 background.