COLOR #B4DE2D

HEX: #B4DE2D
RGB: (180,222,45)

Color info

#B4DE2D contains mainly red and green colors. Web safe color of #B4DE2D is #CCCC33 (or #CC3).

RGB color model

#B4DE2D color RGB value is (180,222,45).

  • red value is 180;
  • green value is 222;
  • blue value is 45.
RGB:
(180,222,45)
(71%,87%,18%)

RGB channels and saturation

R 180 of 255 = 71%
G 222 of 255 = 87%
B 45 of 255 = 18%

180
222
45

R + G + B ~ 59%. #B4DE2D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 222 + 45 = 447 (100%)
R 180 of 447 ~ 40.27%
G 222 of 447 ~ 49.66%
B 45 of 447 ~ 10.07%

%40.27
%49.66
%10.07

CMYK color model

#B4DE2D color CMYK value is (19,0,80,13).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 79.73%
  • key color value is 12.94%
CMYK:
(19,0,80,13)
C19M0Y80K13 
(19%,0%,80%,13%)
(0.19/0.00/0.80/0.13)	

CMYK percentages

%18.92
%0
%79.73
%12.94

Codes

Color #B4DE2D in popluar color models

B4DE2D
RGB18022245
HSL74°72.84%52.35%
HSB/HSV74°79.73%87.06%
CMYK18.92%0.00%79.73%
12.94%

Color #B4DE2D in popluar number systems.

HEXB4DE2D
Decimal18022245
Binary1011010011011110101101
Octal26433655

Shades and tints

Shades of #B4DE2D

#B4DE2D
(180,222,45)
#A4CA29
(164,202,41)
#94B625
(148,182,37)
#84A221
(132,162,33)
#748E1D
(116,142,29)
#647A19
(100,122,25)
#546615
(84,102,21)
#445211
(68,82,17)
#343E0D
(52,62,13)
#242A09
(36,42,9)
#141605
(20,22,5)
#000000
(0,0,0)

Tints of #B4DE2D

#B4DE2D
(180,222,45)
#BAE140
(186,225,64)
#C0E453
(192,228,83)
#C6E766
(198,231,102)
#CCEA79
(204,234,121)
#D2ED8C
(210,237,140)
#D8F09F
(216,240,159)
#DEF3B2
(222,243,178)
#E4F6C5
(228,246,197)
#EAF9D8
(234,249,216)
#F0FCEB
(240,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DE2D color. Also use rgb(180,222,45) instead hex code.

Text Font Color

.myTextColor { color: #B4DE2D; }

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

This text font color is #B4DE2D.


Background Color

.myBgColor { background-color: #B4DE2D; }

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

This div background color is #B4DE2D.


Border color

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

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

This div border color is #B4DE2D.


Opacity

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

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

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

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

This text has shadow with #B4DE2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DE2D on black background.


Color preview on white background

This text has color #B4DE2D on white background.



Black color preview on #B4DE2D background

This text has black color on #B4DE2D background.


White color preview on #B4DE2D background

This text has white color on #B4DE2D background.