COLOR #1BE506

HEX: #1BE506
RGB: (27,229,6)

Color info

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

RGB color model

#1BE506 color RGB value is (27,229,6).

  • red value is 27;
  • green value is 229;
  • blue value is 6.
RGB:
(27,229,6)
(11%,90%,2%)

RGB channels and saturation

R 27 of 255 = 11%
G 229 of 255 = 90%
B 6 of 255 = 2%

27
229
6

R + G + B ~ 34%. #1BE506 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 229 + 6 = 262 (100%)
R 27 of 262 ~ 10.31%
G 229 of 262 ~ 87.4%
B 6 of 262 ~ 2.29%

%10.31
%87.4

CMYK color model

#1BE506 color CMYK value is (88,0,97,10).

  • cyan value is 88.21%
  • magenta value is 0.00%
  • yellow value is 97.38%
  • key color value is 10.20%
CMYK:
(88,0,97,10)
C88M0Y97K10 
(88%,0%,97%,10%)
(0.88/0.00/0.97/0.10)	

CMYK percentages

%88.21
%0
%97.38
%10.2

Codes

Color #1BE506 in popluar color models

1BE506
RGB272296
HSL114°94.89%46.08%
HSB/HSV114°97.38%89.80%
CMYK88.21%0.00%97.38%
10.20%

Color #1BE506 in popluar number systems.

HEX1BE506
Decimal272296
Binary1101111100101110
Octal333456

Shades and tints

Shades of #1BE506

#1BE506
(27,229,6)
#19D106
(25,209,6)
#17BD06
(23,189,6)
#15A906
(21,169,6)
#139506
(19,149,6)
#118106
(17,129,6)
#0F6D06
(15,109,6)
#0D5906
(13,89,6)
#0B4506
(11,69,6)
#093106
(9,49,6)
#071D06
(7,29,6)
#000000
(0,0,0)

Tints of #1BE506

#1BE506
(27,229,6)
#2FE71C
(47,231,28)
#43E932
(67,233,50)
#57EB48
(87,235,72)
#6BED5E
(107,237,94)
#7FEF74
(127,239,116)
#93F18A
(147,241,138)
#A7F3A0
(167,243,160)
#BBF5B6
(187,245,182)
#CFF7CC
(207,247,204)
#E3F9E2
(227,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1BE506; }

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

This text font color is #1BE506.


Background Color

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

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

This div background color is #1BE506.


Border color

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

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

This div border color is #1BE506.


Opacity

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

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

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

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

This text has shadow with #1BE506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BE506 on black background.


Color preview on white background

This text has color #1BE506 on white background.



Black color preview on #1BE506 background

This text has black color on #1BE506 background.


White color preview on #1BE506 background

This text has white color on #1BE506 background.