COLOR #13BB03

HEX: #13BB03
RGB: (19,187,3)

Color info

#13BB03 contains mainly green color. Web safe color of #13BB03 is #00CC00 (or #0C0).

RGB color model

#13BB03 color RGB value is (19,187,3).

  • red value is 19;
  • green value is 187;
  • blue value is 3.
RGB:
(19,187,3)
(7%,73%,1%)

RGB channels and saturation

R 19 of 255 = 7%
G 187 of 255 = 73%
B 3 of 255 = 1%

19
187
3

R + G + B ~ 27%. #13BB03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 187 + 3 = 209 (100%)
R 19 of 209 ~ 9.09%
G 187 of 209 ~ 89.47%
B 3 of 209 ~ 1.44%

%89.47

CMYK color model

#13BB03 color CMYK value is (90,0,98,27).

  • cyan value is 89.84%
  • magenta value is 0.00%
  • yellow value is 98.40%
  • key color value is 26.67%
CMYK:
(90,0,98,27)
C90M0Y98K27 
(90%,0%,98%,27%)
(0.90/0.00/0.98/0.27)	

CMYK percentages

%89.84
%0
%98.4
%26.67

Codes

Color #13BB03 in popluar color models

13BB03
RGB191873
HSL115°96.84%37.25%
HSB/HSV115°98.40%73.33%
CMYK89.84%0.00%98.40%
26.67%

Color #13BB03 in popluar number systems.

HEX13BB03
Decimal191873
Binary100111011101111
Octal232733

Shades and tints

Shades of #13BB03

#13BB03
(19,187,3)
#12AA03
(18,170,3)
#119903
(17,153,3)
#108803
(16,136,3)
#0F7703
(15,119,3)
#0E6603
(14,102,3)
#0D5503
(13,85,3)
#0C4403
(12,68,3)
#0B3303
(11,51,3)
#0A2203
(10,34,3)
#091103
(9,17,3)
#000000
(0,0,0)

Tints of #13BB03

#13BB03
(19,187,3)
#28C119
(40,193,25)
#3DC72F
(61,199,47)
#52CD45
(82,205,69)
#67D35B
(103,211,91)
#7CD971
(124,217,113)
#91DF87
(145,223,135)
#A6E59D
(166,229,157)
#BBEBB3
(187,235,179)
#D0F1C9
(208,241,201)
#E5F7DF
(229,247,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13BB03 color. Also use rgb(19,187,3) instead hex code.

Text Font Color

.myTextColor { color: #13BB03; }

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

This text font color is #13BB03.


Background Color

.myBgColor { background-color: #13BB03; }

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

This div background color is #13BB03.


Border color

.myBorderColor { border: 1px solid #13BB03; }

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

This div border color is #13BB03.


Opacity

.myOpacity80 { color: #13BB03; opacity: 0.8; }

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

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

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

This text has shadow with #13BB03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13BB03 on black background.


Color preview on white background

This text has color #13BB03 on white background.



Black color preview on #13BB03 background

This text has black color on #13BB03 background.


White color preview on #13BB03 background

This text has white color on #13BB03 background.