COLOR #15BE46

HEX: #15BE46
RGB: (21,190,70)

Color info

#15BE46 contains mainly green color. Web safe color of #15BE46 is #00CC33 (or #0C3).

RGB color model

#15BE46 color RGB value is (21,190,70).

  • red value is 21;
  • green value is 190;
  • blue value is 70.
RGB:
(21,190,70)
(8%,75%,27%)

RGB channels and saturation

R 21 of 255 = 8%
G 190 of 255 = 75%
B 70 of 255 = 27%

21
190
70

R + G + B ~ 37%. #15BE46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 190 + 70 = 281 (100%)
R 21 of 281 ~ 7.47%
G 190 of 281 ~ 67.62%
B 70 of 281 ~ 24.91%

%67.62
%24.91

CMYK color model

#15BE46 color CMYK value is (89,0,63,25).

  • cyan value is 88.95%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 25.49%
CMYK:
(89,0,63,25)
C89M0Y63K25 
(89%,0%,63%,25%)
(0.89/0.00/0.63/0.25)	

CMYK percentages

%88.95
%0
%63.16
%25.49

Codes

Color #15BE46 in popluar color models

15BE46
RGB2119070
HSL137°80.09%41.37%
HSB/HSV137°88.95%74.51%
CMYK88.95%0.00%63.16%
25.49%

Color #15BE46 in popluar number systems.

HEX15BE46
Decimal2119070
Binary10101101111101000110
Octal25276106

Shades and tints

Shades of #15BE46

#15BE46
(21,190,70)
#14AD40
(20,173,64)
#139C3A
(19,156,58)
#128B34
(18,139,52)
#117A2E
(17,122,46)
#106928
(16,105,40)
#0F5822
(15,88,34)
#0E471C
(14,71,28)
#0D3616
(13,54,22)
#0C2510
(12,37,16)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #15BE46

#15BE46
(21,190,70)
#2AC356
(42,195,86)
#3FC866
(63,200,102)
#54CD76
(84,205,118)
#69D286
(105,210,134)
#7ED796
(126,215,150)
#93DCA6
(147,220,166)
#A8E1B6
(168,225,182)
#BDE6C6
(189,230,198)
#D2EBD6
(210,235,214)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15BE46 color. Also use rgb(21,190,70) instead hex code.

Text Font Color

.myTextColor { color: #15BE46; }

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

This text font color is #15BE46.


Background Color

.myBgColor { background-color: #15BE46; }

<div style="background-color:#15BE46">Inner text</div>

This div background color is #15BE46.


Border color

.myBorderColor { border: 1px solid #15BE46; }

<div style="border:3px solid #15BE46">Div</div>

This div border color is #15BE46.


Opacity

.myOpacity80 { color: #15BE46; opacity: 0.8; }

<p style="color:#15BE46;opacity:0.8;">80%</p>

Text with #15BE46 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 #15BE46;}

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

This text has shadow with #15BE46 color.

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

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

This text has shadow with #15BE46 primary color and red secondary color.


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

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

This text has shadow with #15BE46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15BE46 on black background.


Color preview on white background

This text has color #15BE46 on white background.



Black color preview on #15BE46 background

This text has black color on #15BE46 background.


White color preview on #15BE46 background

This text has white color on #15BE46 background.