COLOR #30E432

HEX: #30E432
RGB: (48,228,50)

Color info

#30E432 contains mainly green color. Web safe color of #30E432 is #33CC33 (or #3C3).

RGB color model

#30E432 color RGB value is (48,228,50).

  • red value is 48;
  • green value is 228;
  • blue value is 50.
RGB:
(48,228,50)
(19%,89%,20%)

RGB channels and saturation

R 48 of 255 = 19%
G 228 of 255 = 89%
B 50 of 255 = 20%

48
228
50

R + G + B ~ 43%. #30E432 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 228 + 50 = 326 (100%)
R 48 of 326 ~ 14.72%
G 228 of 326 ~ 69.94%
B 50 of 326 ~ 15.34%

%14.72
%69.94
%15.34

CMYK color model

#30E432 color CMYK value is (79,0,78,11).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 78.07%
  • key color value is 10.59%
CMYK:
(79,0,78,11)
C79M0Y78K11 
(79%,0%,78%,11%)
(0.79/0.00/0.78/0.11)	

CMYK percentages

%78.95
%0
%78.07
%10.59

Codes

Color #30E432 in popluar color models

30E432
RGB4822850
HSL121°76.92%54.12%
HSB/HSV121°78.95%89.41%
CMYK78.95%0.00%78.07%
10.59%

Color #30E432 in popluar number systems.

HEX30E432
Decimal4822850
Binary11000011100100110010
Octal6034462

Shades and tints

Shades of #30E432

#30E432
(48,228,50)
#2CD02E
(44,208,46)
#28BC2A
(40,188,42)
#24A826
(36,168,38)
#209422
(32,148,34)
#1C801E
(28,128,30)
#186C1A
(24,108,26)
#145816
(20,88,22)
#104412
(16,68,18)
#0C300E
(12,48,14)
#081C0A
(8,28,10)
#000000
(0,0,0)

Tints of #30E432

#30E432
(48,228,50)
#42E644
(66,230,68)
#54E856
(84,232,86)
#66EA68
(102,234,104)
#78EC7A
(120,236,122)
#8AEE8C
(138,238,140)
#9CF09E
(156,240,158)
#AEF2B0
(174,242,176)
#C0F4C2
(192,244,194)
#D2F6D4
(210,246,212)
#E4F8E6
(228,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30E432 color. Also use rgb(48,228,50) instead hex code.

Text Font Color

.myTextColor { color: #30E432; }

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

This text font color is #30E432.


Background Color

.myBgColor { background-color: #30E432; }

<div style="background-color:#30E432">Inner text</div>

This div background color is #30E432.


Border color

.myBorderColor { border: 1px solid #30E432; }

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

This div border color is #30E432.


Opacity

.myOpacity80 { color: #30E432; opacity: 0.8; }

<p style="color:#30E432;opacity:0.8;">80%</p>

Text with #30E432 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 #30E432;}

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

This text has shadow with #30E432 color.

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

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

This text has shadow with #30E432 primary color and red secondary color.


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

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

This text has shadow with #30E432 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30E432 on black background.


Color preview on white background

This text has color #30E432 on white background.



Black color preview on #30E432 background

This text has black color on #30E432 background.


White color preview on #30E432 background

This text has white color on #30E432 background.