COLOR #D4FF2E

HEX: #D4FF2E
RGB: (212,255,46)

Color info

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

RGB color model

#D4FF2E color RGB value is (212,255,46).

  • red value is 212;
  • green value is 255;
  • blue value is 46.
RGB:
(212,255,46)
(83%,100%,18%)

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 46 of 255 = 18%

212
255
46

R + G + B ~ 67%. #D4FF2E is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 46 = 513 (100%)
R 212 of 513 ~ 41.33%
G 255 of 513 ~ 49.71%
B 46 of 513 ~ 8.97%

%41.33
%49.71

CMYK color model

#D4FF2E color CMYK value is (17,0,82,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(17,0,82,0)
C17M0Y82K0 
(17%,0%,82%,0%)
(0.17/0.00/0.82/0.00)	

CMYK percentages

%16.86
%0
%81.96
%0

Codes

Color #D4FF2E in popluar color models

D4FF2E
RGB21225546
HSL72°100.00%59.02%
HSB/HSV72°81.96%100.00%
CMYK16.86%0.00%81.96%
0.00%

Color #D4FF2E in popluar number systems.

HEXD4FF2E
Decimal21225546
Binary1101010011111111101110
Octal32437756

Shades and tints

Shades of #D4FF2E

#D4FF2E
(212,255,46)
#C1E82A
(193,232,42)
#AED126
(174,209,38)
#9BBA22
(155,186,34)
#88A31E
(136,163,30)
#758C1A
(117,140,26)
#627516
(98,117,22)
#4F5E12
(79,94,18)
#3C470E
(60,71,14)
#29300A
(41,48,10)
#161906
(22,25,6)
#000000
(0,0,0)

Tints of #D4FF2E

#D4FF2E
(212,255,46)
#D7FF41
(215,255,65)
#DAFF54
(218,255,84)
#DDFF67
(221,255,103)
#E0FF7A
(224,255,122)
#E3FF8D
(227,255,141)
#E6FFA0
(230,255,160)
#E9FFB3
(233,255,179)
#ECFFC6
(236,255,198)
#EFFFD9
(239,255,217)
#F2FFEC
(242,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FF2E color. Also use rgb(212,255,46) instead hex code.

Text Font Color

.myTextColor { color: #D4FF2E; }

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

This text font color is #D4FF2E.


Background Color

.myBgColor { background-color: #D4FF2E; }

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

This div background color is #D4FF2E.


Border color

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

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

This div border color is #D4FF2E.


Opacity

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

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

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

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

This text has shadow with #D4FF2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FF2E on black background.


Color preview on white background

This text has color #D4FF2E on white background.



Black color preview on #D4FF2E background

This text has black color on #D4FF2E background.


White color preview on #D4FF2E background

This text has white color on #D4FF2E background.