COLOR #30DE69

HEX: #30DE69
RGB: (48,222,105)

Color info

#30DE69 contains mainly green color. Web safe color of #30DE69 is #33CC66 (or #3C6).

RGB color model

#30DE69 color RGB value is (48,222,105).

  • red value is 48;
  • green value is 222;
  • blue value is 105.
RGB:
(48,222,105)
(19%,87%,41%)

RGB channels and saturation

R 48 of 255 = 19%
G 222 of 255 = 87%
B 105 of 255 = 41%

48
222
105

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

Portions of RGB colors in percentages

R + G + B =
48 + 222 + 105 = 375 (100%)
R 48 of 375 ~ 12.8%
G 222 of 375 ~ 59.2%
B 105 of 375 ~ 28%

%12.8
%59.2
%28

CMYK color model

#30DE69 color CMYK value is (78,0,53,13).

  • cyan value is 78.38%
  • magenta value is 0.00%
  • yellow value is 52.70%
  • key color value is 12.94%
CMYK:
(78,0,53,13)
C78M0Y53K13 
(78%,0%,53%,13%)
(0.78/0.00/0.53/0.13)	

CMYK percentages

%78.38
%0
%52.7
%12.94

Codes

Color #30DE69 in popluar color models

30DE69
RGB48222105
HSL140°72.50%52.94%
HSB/HSV140°78.38%87.06%
CMYK78.38%0.00%52.70%
12.94%

Color #30DE69 in popluar number systems.

HEX30DE69
Decimal48222105
Binary110000110111101101001
Octal60336151

Shades and tints

Shades of #30DE69

#30DE69
(48,222,105)
#2CCA60
(44,202,96)
#28B657
(40,182,87)
#24A24E
(36,162,78)
#208E45
(32,142,69)
#1C7A3C
(28,122,60)
#186633
(24,102,51)
#14522A
(20,82,42)
#103E21
(16,62,33)
#0C2A18
(12,42,24)
#08160F
(8,22,15)
#000000
(0,0,0)

Tints of #30DE69

#30DE69
(48,222,105)
#42E176
(66,225,118)
#54E483
(84,228,131)
#66E790
(102,231,144)
#78EA9D
(120,234,157)
#8AEDAA
(138,237,170)
#9CF0B7
(156,240,183)
#AEF3C4
(174,243,196)
#C0F6D1
(192,246,209)
#D2F9DE
(210,249,222)
#E4FCEB
(228,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30DE69 color. Also use rgb(48,222,105) instead hex code.

Text Font Color

.myTextColor { color: #30DE69; }

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

This text font color is #30DE69.


Background Color

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

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

This div background color is #30DE69.


Border color

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

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

This div border color is #30DE69.


Opacity

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

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

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

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

This text has shadow with #30DE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30DE69 on black background.


Color preview on white background

This text has color #30DE69 on white background.



Black color preview on #30DE69 background

This text has black color on #30DE69 background.


White color preview on #30DE69 background

This text has white color on #30DE69 background.