COLOR #03BB5E

HEX: #03BB5E
RGB: (3,187,94)

Color info

#03BB5E contains mainly green color. Web safe color of #03BB5E is #00CC66 (or #0C6).

RGB color model

#03BB5E color RGB value is (3,187,94).

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

RGB channels and saturation

R 3 of 255 = 1%
G 187 of 255 = 73%
B 94 of 255 = 37%

3
187
94

R + G + B ~ 37%. #03BB5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 187 + 94 = 284 (100%)
R 3 of 284 ~ 1.06%
G 187 of 284 ~ 65.85%
B 94 of 284 ~ 33.1%

%65.85
%33.1

CMYK color model

#03BB5E color CMYK value is (98,0,50,27).

  • cyan value is 98.40%
  • magenta value is 0.00%
  • yellow value is 49.73%
  • key color value is 26.67%
CMYK:
(98,0,50,27)
C98M0Y50K27 
(98%,0%,50%,27%)
(0.98/0.00/0.50/0.27)	

CMYK percentages

%98.4
%0
%49.73
%26.67

Codes

Color #03BB5E in popluar color models

03BB5E
RGB318794
HSL150°96.84%37.25%
HSB/HSV150°98.40%73.33%
CMYK98.40%0.00%49.73%
26.67%

Color #03BB5E in popluar number systems.

HEX03BB5E
Decimal318794
Binary11101110111011110
Octal3273136

Shades and tints

Shades of #03BB5E

#03BB5E
(3,187,94)
#03AA56
(3,170,86)
#03994E
(3,153,78)
#038846
(3,136,70)
#03773E
(3,119,62)
#036636
(3,102,54)
#03552E
(3,85,46)
#034426
(3,68,38)
#03331E
(3,51,30)
#032216
(3,34,22)
#03110E
(3,17,14)
#000000
(0,0,0)

Tints of #03BB5E

#03BB5E
(3,187,94)
#19C16C
(25,193,108)
#2FC77A
(47,199,122)
#45CD88
(69,205,136)
#5BD396
(91,211,150)
#71D9A4
(113,217,164)
#87DFB2
(135,223,178)
#9DE5C0
(157,229,192)
#B3EBCE
(179,235,206)
#C9F1DC
(201,241,220)
#DFF7EA
(223,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03BB5E color. Also use rgb(3,187,94) instead hex code.

Text Font Color

.myTextColor { color: #03BB5E; }

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

This text font color is #03BB5E.


Background Color

.myBgColor { background-color: #03BB5E; }

<div style="background-color:#03BB5E">Inner text</div>

This div background color is #03BB5E.


Border color

.myBorderColor { border: 1px solid #03BB5E; }

<div style="border:3px solid #03BB5E">Div</div>

This div border color is #03BB5E.


Opacity

.myOpacity80 { color: #03BB5E; opacity: 0.8; }

<p style="color:#03BB5E;opacity:0.8;">80%</p>

Text with #03BB5E 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 #03BB5E;}

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

This text has shadow with #03BB5E color.

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

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

This text has shadow with #03BB5E primary color and red secondary color.


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

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

This text has shadow with #03BB5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03BB5E on black background.


Color preview on white background

This text has color #03BB5E on white background.



Black color preview on #03BB5E background

This text has black color on #03BB5E background.


White color preview on #03BB5E background

This text has white color on #03BB5E background.