COLOR #93EF29

HEX: #93EF29
RGB: (147,239,41)

Color info

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

RGB color model

#93EF29 color RGB value is (147,239,41).

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

RGB channels and saturation

R 147 of 255 = 58%
G 239 of 255 = 94%
B 41 of 255 = 16%

147
239
41

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

Portions of RGB colors in percentages

R + G + B =
147 + 239 + 41 = 427 (100%)
R 147 of 427 ~ 34.43%
G 239 of 427 ~ 55.97%
B 41 of 427 ~ 9.6%

%34.43
%55.97
%9.6

CMYK color model

#93EF29 color CMYK value is (38,0,83,6).

  • cyan value is 38.49%
  • magenta value is 0.00%
  • yellow value is 82.85%
  • key color value is 6.27%
CMYK:
(38,0,83,6)
C38M0Y83K6 
(38%,0%,83%,6%)
(0.38/0.00/0.83/0.06)	

CMYK percentages

%38.49
%0
%82.85
%6.27

Codes

Color #93EF29 in popluar color models

93EF29
RGB14723941
HSL88°86.09%54.90%
HSB/HSV88°82.85%93.73%
CMYK38.49%0.00%82.85%
6.27%

Color #93EF29 in popluar number systems.

HEX93EF29
Decimal14723941
Binary1001001111101111101001
Octal22335751

Shades and tints

Shades of #93EF29

#93EF29
(147,239,41)
#86DA26
(134,218,38)
#79C523
(121,197,35)
#6CB020
(108,176,32)
#5F9B1D
(95,155,29)
#52861A
(82,134,26)
#457117
(69,113,23)
#385C14
(56,92,20)
#2B4711
(43,71,17)
#1E320E
(30,50,14)
#111D0B
(17,29,11)
#000000
(0,0,0)

Tints of #93EF29

#93EF29
(147,239,41)
#9CF03C
(156,240,60)
#A5F14F
(165,241,79)
#AEF262
(174,242,98)
#B7F375
(183,243,117)
#C0F488
(192,244,136)
#C9F59B
(201,245,155)
#D2F6AE
(210,246,174)
#DBF7C1
(219,247,193)
#E4F8D4
(228,248,212)
#EDF9E7
(237,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93EF29; }

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

This text font color is #93EF29.


Background Color

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

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

This div background color is #93EF29.


Border color

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

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

This div border color is #93EF29.


Opacity

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

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

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

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

This text has shadow with #93EF29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EF29 on black background.


Color preview on white background

This text has color #93EF29 on white background.



Black color preview on #93EF29 background

This text has black color on #93EF29 background.


White color preview on #93EF29 background

This text has white color on #93EF29 background.