COLOR #BBF02E

HEX: #BBF02E
RGB: (187,240,46)

Color info

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

RGB color model

#BBF02E color RGB value is (187,240,46).

  • red value is 187;
  • green value is 240;
  • blue value is 46.
RGB:
(187,240,46)
(73%,94%,18%)

RGB channels and saturation

R 187 of 255 = 73%
G 240 of 255 = 94%
B 46 of 255 = 18%

187
240
46

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

Portions of RGB colors in percentages

R + G + B =
187 + 240 + 46 = 473 (100%)
R 187 of 473 ~ 39.53%
G 240 of 473 ~ 50.74%
B 46 of 473 ~ 9.73%

%39.53
%50.74
%9.73

CMYK color model

#BBF02E color CMYK value is (22,0,81,6).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 80.83%
  • key color value is 5.88%
CMYK:
(22,0,81,6)
C22M0Y81K6 
(22%,0%,81%,6%)
(0.22/0.00/0.81/0.06)	

CMYK percentages

%22.08
%0
%80.83
%5.88

Codes

Color #BBF02E in popluar color models

BBF02E
RGB18724046
HSL76°86.61%56.08%
HSB/HSV76°80.83%94.12%
CMYK22.08%0.00%80.83%
5.88%

Color #BBF02E in popluar number systems.

HEXBBF02E
Decimal18724046
Binary1011101111110000101110
Octal27336056

Shades and tints

Shades of #BBF02E

#BBF02E
(187,240,46)
#AADB2A
(170,219,42)
#99C626
(153,198,38)
#88B122
(136,177,34)
#779C1E
(119,156,30)
#66871A
(102,135,26)
#557216
(85,114,22)
#445D12
(68,93,18)
#33480E
(51,72,14)
#22330A
(34,51,10)
#111E06
(17,30,6)
#000000
(0,0,0)

Tints of #BBF02E

#BBF02E
(187,240,46)
#C1F141
(193,241,65)
#C7F254
(199,242,84)
#CDF367
(205,243,103)
#D3F47A
(211,244,122)
#D9F58D
(217,245,141)
#DFF6A0
(223,246,160)
#E5F7B3
(229,247,179)
#EBF8C6
(235,248,198)
#F1F9D9
(241,249,217)
#F7FAEC
(247,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF02E color. Also use rgb(187,240,46) instead hex code.

Text Font Color

.myTextColor { color: #BBF02E; }

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

This text font color is #BBF02E.


Background Color

.myBgColor { background-color: #BBF02E; }

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

This div background color is #BBF02E.


Border color

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

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

This div border color is #BBF02E.


Opacity

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

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

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

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

This text has shadow with #BBF02E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF02E on black background.


Color preview on white background

This text has color #BBF02E on white background.



Black color preview on #BBF02E background

This text has black color on #BBF02E background.


White color preview on #BBF02E background

This text has white color on #BBF02E background.