COLOR #12BE03

HEX: #12BE03
RGB: (18,190,3)

Color info

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

RGB color model

#12BE03 color RGB value is (18,190,3).

  • red value is 18;
  • green value is 190;
  • blue value is 3.
RGB:
(18,190,3)
(7%,75%,1%)

RGB channels and saturation

R 18 of 255 = 7%
G 190 of 255 = 75%
B 3 of 255 = 1%

18
190
3

R + G + B ~ 28%. #12BE03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 190 + 3 = 211 (100%)
R 18 of 211 ~ 8.53%
G 190 of 211 ~ 90.05%
B 3 of 211 ~ 1.42%

%90.05

CMYK color model

#12BE03 color CMYK value is (91,0,98,25).

  • cyan value is 90.53%
  • magenta value is 0.00%
  • yellow value is 98.42%
  • key color value is 25.49%
CMYK:
(91,0,98,25)
C91M0Y98K25 
(91%,0%,98%,25%)
(0.91/0.00/0.98/0.25)	

CMYK percentages

%90.53
%0
%98.42
%25.49

Codes

Color #12BE03 in popluar color models

12BE03
RGB181903
HSL115°96.89%37.84%
HSB/HSV115°98.42%74.51%
CMYK90.53%0.00%98.42%
25.49%

Color #12BE03 in popluar number systems.

HEX12BE03
Decimal181903
Binary100101011111011
Octal222763

Shades and tints

Shades of #12BE03

#12BE03
(18,190,3)
#11AD03
(17,173,3)
#109C03
(16,156,3)
#0F8B03
(15,139,3)
#0E7A03
(14,122,3)
#0D6903
(13,105,3)
#0C5803
(12,88,3)
#0B4703
(11,71,3)
#0A3603
(10,54,3)
#092503
(9,37,3)
#081403
(8,20,3)
#000000
(0,0,0)

Tints of #12BE03

#12BE03
(18,190,3)
#27C319
(39,195,25)
#3CC82F
(60,200,47)
#51CD45
(81,205,69)
#66D25B
(102,210,91)
#7BD771
(123,215,113)
#90DC87
(144,220,135)
#A5E19D
(165,225,157)
#BAE6B3
(186,230,179)
#CFEBC9
(207,235,201)
#E4F0DF
(228,240,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12BE03 color. Also use rgb(18,190,3) instead hex code.

Text Font Color

.myTextColor { color: #12BE03; }

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

This text font color is #12BE03.


Background Color

.myBgColor { background-color: #12BE03; }

<div style="background-color:#12BE03">Inner text</div>

This div background color is #12BE03.


Border color

.myBorderColor { border: 1px solid #12BE03; }

<div style="border:3px solid #12BE03">Div</div>

This div border color is #12BE03.


Opacity

.myOpacity80 { color: #12BE03; opacity: 0.8; }

<p style="color:#12BE03;opacity:0.8;">80%</p>

Text with #12BE03 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 #12BE03;}

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

This text has shadow with #12BE03 color.

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

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

This text has shadow with #12BE03 primary color and red secondary color.


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

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

This text has shadow with #12BE03 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12BE03 on black background.


Color preview on white background

This text has color #12BE03 on white background.



Black color preview on #12BE03 background

This text has black color on #12BE03 background.


White color preview on #12BE03 background

This text has white color on #12BE03 background.