COLOR #DCF030

HEX: #DCF030
RGB: (220,240,48)

Color info

#DCF030 contains mainly red and green colors. Web safe color of #DCF030 is #CCFF33 (or #CF3).

RGB color model

#DCF030 color RGB value is (220,240,48).

  • red value is 220;
  • green value is 240;
  • blue value is 48.
RGB:
(220,240,48)
(86%,94%,19%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 48 of 255 = 19%

220
240
48

R + G + B ~ 66%. #DCF030 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 48 = 508 (100%)
R 220 of 508 ~ 43.31%
G 240 of 508 ~ 47.24%
B 48 of 508 ~ 9.45%

%43.31
%47.24

CMYK color model

#DCF030 color CMYK value is (8,0,80,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 5.88%
CMYK:
(8,0,80,6)
C8M0Y80K6 
(8%,0%,80%,6%)
(0.08/0.00/0.80/0.06)	

CMYK percentages

%8.33
%0
%80
%5.88

Codes

Color #DCF030 in popluar color models

DCF030
RGB22024048
HSL66°86.49%56.47%
HSB/HSV66°80.00%94.12%
CMYK8.33%0.00%80.00%
5.88%

Color #DCF030 in popluar number systems.

HEXDCF030
Decimal22024048
Binary1101110011110000110000
Octal33436060

Shades and tints

Shades of #DCF030

#DCF030
(220,240,48)
#C8DB2C
(200,219,44)
#B4C628
(180,198,40)
#A0B124
(160,177,36)
#8C9C20
(140,156,32)
#78871C
(120,135,28)
#647218
(100,114,24)
#505D14
(80,93,20)
#3C4810
(60,72,16)
#28330C
(40,51,12)
#141E08
(20,30,8)
#000000
(0,0,0)

Tints of #DCF030

#DCF030
(220,240,48)
#DFF142
(223,241,66)
#E2F254
(226,242,84)
#E5F366
(229,243,102)
#E8F478
(232,244,120)
#EBF58A
(235,245,138)
#EEF69C
(238,246,156)
#F1F7AE
(241,247,174)
#F4F8C0
(244,248,192)
#F7F9D2
(247,249,210)
#FAFAE4
(250,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF030 color. Also use rgb(220,240,48) instead hex code.

Text Font Color

.myTextColor { color: #DCF030; }

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

This text font color is #DCF030.


Background Color

.myBgColor { background-color: #DCF030; }

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

This div background color is #DCF030.


Border color

.myBorderColor { border: 1px solid #DCF030; }

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

This div border color is #DCF030.


Opacity

.myOpacity80 { color: #DCF030; opacity: 0.8; }

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

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

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

This text has shadow with #DCF030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF030 on black background.


Color preview on white background

This text has color #DCF030 on white background.



Black color preview on #DCF030 background

This text has black color on #DCF030 background.


White color preview on #DCF030 background

This text has white color on #DCF030 background.