COLOR #1BE092

HEX: #1BE092
RGB: (27,224,146)

Color info

#1BE092 contains mainly green color. Web safe color of #1BE092 is #33CC99 (or #3C9).

RGB color model

#1BE092 color RGB value is (27,224,146).

  • red value is 27;
  • green value is 224;
  • blue value is 146.
RGB:
(27,224,146)
(11%,88%,57%)

RGB channels and saturation

R 27 of 255 = 11%
G 224 of 255 = 88%
B 146 of 255 = 57%

27
224
146

R + G + B ~ 52%. #1BE092 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
27 + 224 + 146 = 397 (100%)
R 27 of 397 ~ 6.8%
G 224 of 397 ~ 56.42%
B 146 of 397 ~ 36.78%

%56.42
%36.78

CMYK color model

#1BE092 color CMYK value is (88,0,35,12).

  • cyan value is 87.95%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(88,0,35,12)
C88M0Y35K12 
(88%,0%,35%,12%)
(0.88/0.00/0.35/0.12)	

CMYK percentages

%87.95
%0
%34.82
%12.16

Codes

Color #1BE092 in popluar color models

1BE092
RGB27224146
HSL156°78.49%49.22%
HSB/HSV156°87.95%87.84%
CMYK87.95%0.00%34.82%
12.16%

Color #1BE092 in popluar number systems.

HEX1BE092
Decimal27224146
Binary110111110000010010010
Octal33340222

Shades and tints

Shades of #1BE092

#1BE092
(27,224,146)
#19CC85
(25,204,133)
#17B878
(23,184,120)
#15A46B
(21,164,107)
#13905E
(19,144,94)
#117C51
(17,124,81)
#0F6844
(15,104,68)
#0D5437
(13,84,55)
#0B402A
(11,64,42)
#092C1D
(9,44,29)
#071810
(7,24,16)
#000000
(0,0,0)

Tints of #1BE092

#1BE092
(27,224,146)
#2FE29B
(47,226,155)
#43E4A4
(67,228,164)
#57E6AD
(87,230,173)
#6BE8B6
(107,232,182)
#7FEABF
(127,234,191)
#93ECC8
(147,236,200)
#A7EED1
(167,238,209)
#BBF0DA
(187,240,218)
#CFF2E3
(207,242,227)
#E3F4EC
(227,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1BE092; }

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

This text font color is #1BE092.


Background Color

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

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

This div background color is #1BE092.


Border color

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

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

This div border color is #1BE092.


Opacity

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

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

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

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

This text has shadow with #1BE092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BE092 on black background.


Color preview on white background

This text has color #1BE092 on white background.



Black color preview on #1BE092 background

This text has black color on #1BE092 background.


White color preview on #1BE092 background

This text has white color on #1BE092 background.