COLOR #B4FF41

HEX: #B4FF41
RGB: (180,255,65)

Color info

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

RGB color model

#B4FF41 color RGB value is (180,255,65).

  • red value is 180;
  • green value is 255;
  • blue value is 65.
RGB:
(180,255,65)
(71%,100%,25%)

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 65 of 255 = 25%

180
255
65

R + G + B ~ 65%. #B4FF41 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 65 = 500 (100%)
R 180 of 500 ~ 36%
G 255 of 500 ~ 51%
B 65 of 500 ~ 13%

%36
%51
%13

CMYK color model

#B4FF41 color CMYK value is (29,0,75,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 74.51%
  • key color value is 0.00%
CMYK:
(29,0,75,0)
C29M0Y75K0 
(29%,0%,75%,0%)
(0.29/0.00/0.75/0.00)	

CMYK percentages

%29.41
%0
%74.51
%0

Codes

Color #B4FF41 in popluar color models

B4FF41
RGB18025565
HSL84°100.00%62.75%
HSB/HSV84°74.51%100.00%
CMYK29.41%0.00%74.51%
0.00%

Color #B4FF41 in popluar number systems.

HEXB4FF41
Decimal18025565
Binary10110100111111111000001
Octal264377101

Shades and tints

Shades of #B4FF41

#B4FF41
(180,255,65)
#A4E83C
(164,232,60)
#94D137
(148,209,55)
#84BA32
(132,186,50)
#74A32D
(116,163,45)
#648C28
(100,140,40)
#547523
(84,117,35)
#445E1E
(68,94,30)
#344719
(52,71,25)
#243014
(36,48,20)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #B4FF41

#B4FF41
(180,255,65)
#BAFF52
(186,255,82)
#C0FF63
(192,255,99)
#C6FF74
(198,255,116)
#CCFF85
(204,255,133)
#D2FF96
(210,255,150)
#D8FFA7
(216,255,167)
#DEFFB8
(222,255,184)
#E4FFC9
(228,255,201)
#EAFFDA
(234,255,218)
#F0FFEB
(240,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FF41 color. Also use rgb(180,255,65) instead hex code.

Text Font Color

.myTextColor { color: #B4FF41; }

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

This text font color is #B4FF41.


Background Color

.myBgColor { background-color: #B4FF41; }

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

This div background color is #B4FF41.


Border color

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

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

This div border color is #B4FF41.


Opacity

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

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

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

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

This text has shadow with #B4FF41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FF41 on black background.


Color preview on white background

This text has color #B4FF41 on white background.



Black color preview on #B4FF41 background

This text has black color on #B4FF41 background.


White color preview on #B4FF41 background

This text has white color on #B4FF41 background.