COLOR #12E50B

HEX: #12E50B
RGB: (18,229,11)

Color info

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

RGB color model

#12E50B color RGB value is (18,229,11).

  • red value is 18;
  • green value is 229;
  • blue value is 11.
RGB:
(18,229,11)
(7%,90%,4%)

RGB channels and saturation

R 18 of 255 = 7%
G 229 of 255 = 90%
B 11 of 255 = 4%

18
229
11

R + G + B ~ 34%. #12E50B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 229 + 11 = 258 (100%)
R 18 of 258 ~ 6.98%
G 229 of 258 ~ 88.76%
B 11 of 258 ~ 4.26%

%88.76

CMYK color model

#12E50B color CMYK value is (92,0,95,10).

  • cyan value is 92.14%
  • magenta value is 0.00%
  • yellow value is 95.20%
  • key color value is 10.20%
CMYK:
(92,0,95,10)
C92M0Y95K10 
(92%,0%,95%,10%)
(0.92/0.00/0.95/0.10)	

CMYK percentages

%92.14
%0
%95.2
%10.2

Codes

Color #12E50B in popluar color models

12E50B
RGB1822911
HSL118°90.83%47.06%
HSB/HSV118°95.20%89.80%
CMYK92.14%0.00%95.20%
10.20%

Color #12E50B in popluar number systems.

HEX12E50B
Decimal1822911
Binary10010111001011011
Octal2234513

Shades and tints

Shades of #12E50B

#12E50B
(18,229,11)
#11D10A
(17,209,10)
#10BD09
(16,189,9)
#0FA908
(15,169,8)
#0E9507
(14,149,7)
#0D8106
(13,129,6)
#0C6D05
(12,109,5)
#0B5904
(11,89,4)
#0A4503
(10,69,3)
#093102
(9,49,2)
#081D01
(8,29,1)
#000000
(0,0,0)

Tints of #12E50B

#12E50B
(18,229,11)
#27E721
(39,231,33)
#3CE937
(60,233,55)
#51EB4D
(81,235,77)
#66ED63
(102,237,99)
#7BEF79
(123,239,121)
#90F18F
(144,241,143)
#A5F3A5
(165,243,165)
#BAF5BB
(186,245,187)
#CFF7D1
(207,247,209)
#E4F9E7
(228,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12E50B color. Also use rgb(18,229,11) instead hex code.

Text Font Color

.myTextColor { color: #12E50B; }

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

This text font color is #12E50B.


Background Color

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

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

This div background color is #12E50B.


Border color

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

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

This div border color is #12E50B.


Opacity

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

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

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

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

This text has shadow with #12E50B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12E50B on black background.


Color preview on white background

This text has color #12E50B on white background.



Black color preview on #12E50B background

This text has black color on #12E50B background.


White color preview on #12E50B background

This text has white color on #12E50B background.