COLOR #93EF3E

HEX: #93EF3E
RGB: (147,239,62)

Color info

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

RGB color model

#93EF3E color RGB value is (147,239,62).

  • red value is 147;
  • green value is 239;
  • blue value is 62.
RGB:
(147,239,62)
(58%,94%,24%)

RGB channels and saturation

R 147 of 255 = 58%
G 239 of 255 = 94%
B 62 of 255 = 24%

147
239
62

R + G + B ~ 59%. #93EF3E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 239 + 62 = 448 (100%)
R 147 of 448 ~ 32.81%
G 239 of 448 ~ 53.35%
B 62 of 448 ~ 13.84%

%32.81
%53.35
%13.84

CMYK color model

#93EF3E color CMYK value is (38,0,74,6).

  • cyan value is 38.49%
  • magenta value is 0.00%
  • yellow value is 74.06%
  • key color value is 6.27%
CMYK:
(38,0,74,6)
C38M0Y74K6 
(38%,0%,74%,6%)
(0.38/0.00/0.74/0.06)	

CMYK percentages

%38.49
%0
%74.06
%6.27

Codes

Color #93EF3E in popluar color models

93EF3E
RGB14723962
HSL91°84.69%59.02%
HSB/HSV91°74.06%93.73%
CMYK38.49%0.00%74.06%
6.27%

Color #93EF3E in popluar number systems.

HEX93EF3E
Decimal14723962
Binary1001001111101111111110
Octal22335776

Shades and tints

Shades of #93EF3E

#93EF3E
(147,239,62)
#86DA39
(134,218,57)
#79C534
(121,197,52)
#6CB02F
(108,176,47)
#5F9B2A
(95,155,42)
#528625
(82,134,37)
#457120
(69,113,32)
#385C1B
(56,92,27)
#2B4716
(43,71,22)
#1E3211
(30,50,17)
#111D0C
(17,29,12)
#000000
(0,0,0)

Tints of #93EF3E

#93EF3E
(147,239,62)
#9CF04F
(156,240,79)
#A5F160
(165,241,96)
#AEF271
(174,242,113)
#B7F382
(183,243,130)
#C0F493
(192,244,147)
#C9F5A4
(201,245,164)
#D2F6B5
(210,246,181)
#DBF7C6
(219,247,198)
#E4F8D7
(228,248,215)
#EDF9E8
(237,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93EF3E color. Also use rgb(147,239,62) instead hex code.

Text Font Color

.myTextColor { color: #93EF3E; }

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

This text font color is #93EF3E.


Background Color

.myBgColor { background-color: #93EF3E; }

<div style="background-color:#93EF3E">Inner text</div>

This div background color is #93EF3E.


Border color

.myBorderColor { border: 1px solid #93EF3E; }

<div style="border:3px solid #93EF3E">Div</div>

This div border color is #93EF3E.


Opacity

.myOpacity80 { color: #93EF3E; opacity: 0.8; }

<p style="color:#93EF3E;opacity:0.8;">80%</p>

Text with #93EF3E 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 #93EF3E;}

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

This text has shadow with #93EF3E color.

.textShadow {text-shadow: 3px 3px 1px #93EF3E, 3px 3px 1px red;}

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

This text has shadow with #93EF3E primary color and red secondary color.


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

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

This text has shadow with #93EF3E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EF3E on black background.


Color preview on white background

This text has color #93EF3E on white background.



Black color preview on #93EF3E background

This text has black color on #93EF3E background.


White color preview on #93EF3E background

This text has white color on #93EF3E background.