COLOR #98EC2F

HEX: #98EC2F
RGB: (152,236,47)

Color info

#98EC2F contains mainly green color. Web safe color of #98EC2F is #99FF33 (or #9F3).

RGB color model

#98EC2F color RGB value is (152,236,47).

  • red value is 152;
  • green value is 236;
  • blue value is 47.
RGB:
(152,236,47)
(60%,93%,18%)

RGB channels and saturation

R 152 of 255 = 60%
G 236 of 255 = 93%
B 47 of 255 = 18%

152
236
47

R + G + B ~ 57%. #98EC2F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 236 + 47 = 435 (100%)
R 152 of 435 ~ 34.94%
G 236 of 435 ~ 54.25%
B 47 of 435 ~ 10.8%

%34.94
%54.25
%10.8

CMYK color model

#98EC2F color CMYK value is (36,0,80,7).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 80.08%
  • key color value is 7.45%
CMYK:
(36,0,80,7)
C36M0Y80K7 
(36%,0%,80%,7%)
(0.36/0.00/0.80/0.07)	

CMYK percentages

%35.59
%0
%80.08
%7.45

Codes

Color #98EC2F in popluar color models

98EC2F
RGB15223647
HSL87°83.26%55.49%
HSB/HSV87°80.08%92.55%
CMYK35.59%0.00%80.08%
7.45%

Color #98EC2F in popluar number systems.

HEX98EC2F
Decimal15223647
Binary1001100011101100101111
Octal23035457

Shades and tints

Shades of #98EC2F

#98EC2F
(152,236,47)
#8BD72B
(139,215,43)
#7EC227
(126,194,39)
#71AD23
(113,173,35)
#64981F
(100,152,31)
#57831B
(87,131,27)
#4A6E17
(74,110,23)
#3D5913
(61,89,19)
#30440F
(48,68,15)
#232F0B
(35,47,11)
#161A07
(22,26,7)
#000000
(0,0,0)

Tints of #98EC2F

#98EC2F
(152,236,47)
#A1ED41
(161,237,65)
#AAEE53
(170,238,83)
#B3EF65
(179,239,101)
#BCF077
(188,240,119)
#C5F189
(197,241,137)
#CEF29B
(206,242,155)
#D7F3AD
(215,243,173)
#E0F4BF
(224,244,191)
#E9F5D1
(233,245,209)
#F2F6E3
(242,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EC2F color. Also use rgb(152,236,47) instead hex code.

Text Font Color

.myTextColor { color: #98EC2F; }

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

This text font color is #98EC2F.


Background Color

.myBgColor { background-color: #98EC2F; }

<div style="background-color:#98EC2F">Inner text</div>

This div background color is #98EC2F.


Border color

.myBorderColor { border: 1px solid #98EC2F; }

<div style="border:3px solid #98EC2F">Div</div>

This div border color is #98EC2F.


Opacity

.myOpacity80 { color: #98EC2F; opacity: 0.8; }

<p style="color:#98EC2F;opacity:0.8;">80%</p>

Text with #98EC2F 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 #98EC2F;}

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

This text has shadow with #98EC2F color.

.textShadow {text-shadow: 3px 3px 1px #98EC2F, 3px 3px 1px red;}

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

This text has shadow with #98EC2F primary color and red secondary color.


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

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

This text has shadow with #98EC2F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EC2F on black background.


Color preview on white background

This text has color #98EC2F on white background.



Black color preview on #98EC2F background

This text has black color on #98EC2F background.


White color preview on #98EC2F background

This text has white color on #98EC2F background.