COLOR #3AE930

HEX: #3AE930
RGB: (58,233,48)

Color info

#3AE930 contains mainly green color. Web safe color of #3AE930 is #33FF33 (or #3F3).

RGB color model

#3AE930 color RGB value is (58,233,48).

  • red value is 58;
  • green value is 233;
  • blue value is 48.
RGB:
(58,233,48)
(23%,91%,19%)

RGB channels and saturation

R 58 of 255 = 23%
G 233 of 255 = 91%
B 48 of 255 = 19%

58
233
48

R + G + B ~ 44%. #3AE930 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 233 + 48 = 339 (100%)
R 58 of 339 ~ 17.11%
G 233 of 339 ~ 68.73%
B 48 of 339 ~ 14.16%

%17.11
%68.73
%14.16

CMYK color model

#3AE930 color CMYK value is (75,0,79,9).

  • cyan value is 75.11%
  • magenta value is 0.00%
  • yellow value is 79.40%
  • key color value is 8.63%
CMYK:
(75,0,79,9)
C75M0Y79K9 
(75%,0%,79%,9%)
(0.75/0.00/0.79/0.09)	

CMYK percentages

%75.11
%0
%79.4
%8.63

Codes

Color #3AE930 in popluar color models

3AE930
RGB5823348
HSL117°80.79%55.10%
HSB/HSV117°79.40%91.37%
CMYK75.11%0.00%79.40%
8.63%

Color #3AE930 in popluar number systems.

HEX3AE930
Decimal5823348
Binary11101011101001110000
Octal7235160

Shades and tints

Shades of #3AE930

#3AE930
(58,233,48)
#35D42C
(53,212,44)
#30BF28
(48,191,40)
#2BAA24
(43,170,36)
#269520
(38,149,32)
#21801C
(33,128,28)
#1C6B18
(28,107,24)
#175614
(23,86,20)
#124110
(18,65,16)
#0D2C0C
(13,44,12)
#081708
(8,23,8)
#000000
(0,0,0)

Tints of #3AE930

#3AE930
(58,233,48)
#4BEB42
(75,235,66)
#5CED54
(92,237,84)
#6DEF66
(109,239,102)
#7EF178
(126,241,120)
#8FF38A
(143,243,138)
#A0F59C
(160,245,156)
#B1F7AE
(177,247,174)
#C2F9C0
(194,249,192)
#D3FBD2
(211,251,210)
#E4FDE4
(228,253,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AE930 color. Also use rgb(58,233,48) instead hex code.

Text Font Color

.myTextColor { color: #3AE930; }

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

This text font color is #3AE930.


Background Color

.myBgColor { background-color: #3AE930; }

<div style="background-color:#3AE930">Inner text</div>

This div background color is #3AE930.


Border color

.myBorderColor { border: 1px solid #3AE930; }

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

This div border color is #3AE930.


Opacity

.myOpacity80 { color: #3AE930; opacity: 0.8; }

<p style="color:#3AE930;opacity:0.8;">80%</p>

Text with #3AE930 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 #3AE930;}

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

This text has shadow with #3AE930 color.

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

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

This text has shadow with #3AE930 primary color and red secondary color.


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

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

This text has shadow with #3AE930 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AE930 on black background.


Color preview on white background

This text has color #3AE930 on white background.



Black color preview on #3AE930 background

This text has black color on #3AE930 background.


White color preview on #3AE930 background

This text has white color on #3AE930 background.