COLOR #1BAE02

HEX: #1BAE02
RGB: (27,174,2)

Color info

#1BAE02 contains mainly green color. Web safe color of #1BAE02 is #339900 (or #390).

RGB color model

#1BAE02 color RGB value is (27,174,2).

  • red value is 27;
  • green value is 174;
  • blue value is 2.
RGB:
(27,174,2)
(11%,68%,1%)

RGB channels and saturation

R 27 of 255 = 11%
G 174 of 255 = 68%
B 2 of 255 = 1%

27
174
2

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

Portions of RGB colors in percentages

R + G + B =
27 + 174 + 2 = 203 (100%)
R 27 of 203 ~ 13.3%
G 174 of 203 ~ 85.71%
B 2 of 203 ~ 0.99%

%13.3
%85.71

CMYK color model

#1BAE02 color CMYK value is (84,0,99,32).

  • cyan value is 84.48%
  • magenta value is 0.00%
  • yellow value is 98.85%
  • key color value is 31.76%
CMYK:
(84,0,99,32)
C84M0Y99K32 
(84%,0%,99%,32%)
(0.84/0.00/0.99/0.32)	

CMYK percentages

%84.48
%0
%98.85
%31.76

Codes

Color #1BAE02 in popluar color models

1BAE02
RGB271742
HSL111°97.73%34.51%
HSB/HSV111°98.85%68.24%
CMYK84.48%0.00%98.85%
31.76%

Color #1BAE02 in popluar number systems.

HEX1BAE02
Decimal271742
Binary110111010111010
Octal332562

Shades and tints

Shades of #1BAE02

#1BAE02
(27,174,2)
#199F02
(25,159,2)
#179002
(23,144,2)
#158102
(21,129,2)
#137202
(19,114,2)
#116302
(17,99,2)
#0F5402
(15,84,2)
#0D4502
(13,69,2)
#0B3602
(11,54,2)
#092702
(9,39,2)
#071802
(7,24,2)
#000000
(0,0,0)

Tints of #1BAE02

#1BAE02
(27,174,2)
#2FB519
(47,181,25)
#43BC30
(67,188,48)
#57C347
(87,195,71)
#6BCA5E
(107,202,94)
#7FD175
(127,209,117)
#93D88C
(147,216,140)
#A7DFA3
(167,223,163)
#BBE6BA
(187,230,186)
#CFEDD1
(207,237,209)
#E3F4E8
(227,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1BAE02; }

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

This text font color is #1BAE02.


Background Color

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

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

This div background color is #1BAE02.


Border color

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

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

This div border color is #1BAE02.


Opacity

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

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

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

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

This text has shadow with #1BAE02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BAE02 on black background.


Color preview on white background

This text has color #1BAE02 on white background.



Black color preview on #1BAE02 background

This text has black color on #1BAE02 background.


White color preview on #1BAE02 background

This text has white color on #1BAE02 background.