COLOR #BBF82B

HEX: #BBF82B
RGB: (187,248,43)

Color info

#BBF82B contains mainly green color. Web safe color of #BBF82B is #CCFF33 (or #CF3).

RGB color model

#BBF82B color RGB value is (187,248,43).

  • red value is 187;
  • green value is 248;
  • blue value is 43.
RGB:
(187,248,43)
(73%,97%,17%)

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 43 of 255 = 17%

187
248
43

R + G + B ~ 62%. #BBF82B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 248 + 43 = 478 (100%)
R 187 of 478 ~ 39.12%
G 248 of 478 ~ 51.88%
B 43 of 478 ~ 9%

%39.12
%51.88

CMYK color model

#BBF82B color CMYK value is (25,0,83,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 82.66%
  • key color value is 2.75%
CMYK:
(25,0,83,3)
C25M0Y83K3 
(25%,0%,83%,3%)
(0.25/0.00/0.83/0.03)	

CMYK percentages

%24.6
%0
%82.66
%2.75

Codes

Color #BBF82B in popluar color models

BBF82B
RGB18724843
HSL78°93.61%57.06%
HSB/HSV78°82.66%97.25%
CMYK24.60%0.00%82.66%
2.75%

Color #BBF82B in popluar number systems.

HEXBBF82B
Decimal18724843
Binary1011101111111000101011
Octal27337053

Shades and tints

Shades of #BBF82B

#BBF82B
(187,248,43)
#AAE228
(170,226,40)
#99CC25
(153,204,37)
#88B622
(136,182,34)
#77A01F
(119,160,31)
#668A1C
(102,138,28)
#557419
(85,116,25)
#445E16
(68,94,22)
#334813
(51,72,19)
#223210
(34,50,16)
#111C0D
(17,28,13)
#000000
(0,0,0)

Tints of #BBF82B

#BBF82B
(187,248,43)
#C1F83E
(193,248,62)
#C7F851
(199,248,81)
#CDF864
(205,248,100)
#D3F877
(211,248,119)
#D9F88A
(217,248,138)
#DFF89D
(223,248,157)
#E5F8B0
(229,248,176)
#EBF8C3
(235,248,195)
#F1F8D6
(241,248,214)
#F7F8E9
(247,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF82B color. Also use rgb(187,248,43) instead hex code.

Text Font Color

.myTextColor { color: #BBF82B; }

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

This text font color is #BBF82B.


Background Color

.myBgColor { background-color: #BBF82B; }

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

This div background color is #BBF82B.


Border color

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

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

This div border color is #BBF82B.


Opacity

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

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

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

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

This text has shadow with #BBF82B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF82B on black background.


Color preview on white background

This text has color #BBF82B on white background.



Black color preview on #BBF82B background

This text has black color on #BBF82B background.


White color preview on #BBF82B background

This text has white color on #BBF82B background.