COLOR #1BB501

HEX: #1BB501
RGB: (27,181,1)

Color info

#1BB501 contains mainly green color. Web safe color of #1BB501 is #33CC00 (or #3C0).

RGB color model

#1BB501 color RGB value is (27,181,1).

  • red value is 27;
  • green value is 181;
  • blue value is 1.
RGB:
(27,181,1)
(11%,71%,0%)

RGB channels and saturation

R 27 of 255 = 11%
G 181 of 255 = 71%
B 1 of 255 = 0%

27
181
1

R + G + B ~ 27%. #1BB501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 181 + 1 = 209 (100%)
R 27 of 209 ~ 12.92%
G 181 of 209 ~ 86.6%
B 1 of 209 ~ 0.48%

%12.92
%86.6

CMYK color model

#1BB501 color CMYK value is (85,0,99,29).

  • cyan value is 85.08%
  • magenta value is 0.00%
  • yellow value is 99.45%
  • key color value is 29.02%
CMYK:
(85,0,99,29)
C85M0Y99K29 
(85%,0%,99%,29%)
(0.85/0.00/0.99/0.29)	

CMYK percentages

%85.08
%0
%99.45
%29.02

Codes

Color #1BB501 in popluar color models

1BB501
RGB271811
HSL111°98.90%35.69%
HSB/HSV111°99.45%70.98%
CMYK85.08%0.00%99.45%
29.02%

Color #1BB501 in popluar number systems.

HEX1BB501
Decimal271811
Binary11011101101011
Octal332651

Shades and tints

Shades of #1BB501

#1BB501
(27,181,1)
#19A501
(25,165,1)
#179501
(23,149,1)
#158501
(21,133,1)
#137501
(19,117,1)
#116501
(17,101,1)
#0F5501
(15,85,1)
#0D4501
(13,69,1)
#0B3501
(11,53,1)
#092501
(9,37,1)
#071501
(7,21,1)
#000000
(0,0,0)

Tints of #1BB501

#1BB501
(27,181,1)
#2FBB18
(47,187,24)
#43C12F
(67,193,47)
#57C746
(87,199,70)
#6BCD5D
(107,205,93)
#7FD374
(127,211,116)
#93D98B
(147,217,139)
#A7DFA2
(167,223,162)
#BBE5B9
(187,229,185)
#CFEBD0
(207,235,208)
#E3F1E7
(227,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1BB501 color. Also use rgb(27,181,1) instead hex code.

Text Font Color

.myTextColor { color: #1BB501; }

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

This text font color is #1BB501.


Background Color

.myBgColor { background-color: #1BB501; }

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

This div background color is #1BB501.


Border color

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

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

This div border color is #1BB501.


Opacity

.myOpacity80 { color: #1BB501; opacity: 0.8; }

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

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

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

This text has shadow with #1BB501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BB501 on black background.


Color preview on white background

This text has color #1BB501 on white background.



Black color preview on #1BB501 background

This text has black color on #1BB501 background.


White color preview on #1BB501 background

This text has white color on #1BB501 background.