COLOR #B2D33F

HEX: #B2D33F
RGB: (178,211,63)

Color info

#B2D33F contains mainly red and green colors. Web safe color of #B2D33F is #99CC33 (or #9C3).

RGB color model

#B2D33F color RGB value is (178,211,63).

  • red value is 178;
  • green value is 211;
  • blue value is 63.
RGB:
(178,211,63)
(70%,83%,25%)

RGB channels and saturation

R 178 of 255 = 70%
G 211 of 255 = 83%
B 63 of 255 = 25%

178
211
63

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

Portions of RGB colors in percentages

R + G + B =
178 + 211 + 63 = 452 (100%)
R 178 of 452 ~ 39.38%
G 211 of 452 ~ 46.68%
B 63 of 452 ~ 13.94%

%39.38
%46.68
%13.94

CMYK color model

#B2D33F color CMYK value is (16,0,70,17).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 70.14%
  • key color value is 17.25%
CMYK:
(16,0,70,17)
C16M0Y70K17 
(16%,0%,70%,17%)
(0.16/0.00/0.70/0.17)	

CMYK percentages

%15.64
%0
%70.14
%17.25

Codes

Color #B2D33F in popluar color models

B2D33F
RGB17821163
HSL73°62.71%53.73%
HSB/HSV73°70.14%82.75%
CMYK15.64%0.00%70.14%
17.25%

Color #B2D33F in popluar number systems.

HEXB2D33F
Decimal17821163
Binary1011001011010011111111
Octal26232377

Shades and tints

Shades of #B2D33F

#B2D33F
(178,211,63)
#A2C03A
(162,192,58)
#92AD35
(146,173,53)
#829A30
(130,154,48)
#72872B
(114,135,43)
#627426
(98,116,38)
#526121
(82,97,33)
#424E1C
(66,78,28)
#323B17
(50,59,23)
#222812
(34,40,18)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #B2D33F

#B2D33F
(178,211,63)
#B9D750
(185,215,80)
#C0DB61
(192,219,97)
#C7DF72
(199,223,114)
#CEE383
(206,227,131)
#D5E794
(213,231,148)
#DCEBA5
(220,235,165)
#E3EFB6
(227,239,182)
#EAF3C7
(234,243,199)
#F1F7D8
(241,247,216)
#F8FBE9
(248,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D33F color. Also use rgb(178,211,63) instead hex code.

Text Font Color

.myTextColor { color: #B2D33F; }

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

This text font color is #B2D33F.


Background Color

.myBgColor { background-color: #B2D33F; }

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

This div background color is #B2D33F.


Border color

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

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

This div border color is #B2D33F.


Opacity

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

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

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

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

This text has shadow with #B2D33F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D33F on black background.


Color preview on white background

This text has color #B2D33F on white background.



Black color preview on #B2D33F background

This text has black color on #B2D33F background.


White color preview on #B2D33F background

This text has white color on #B2D33F background.