COLOR #12E040

HEX: #12E040
RGB: (18,224,64)

Color info

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

RGB color model

#12E040 color RGB value is (18,224,64).

  • red value is 18;
  • green value is 224;
  • blue value is 64.
RGB:
(18,224,64)
(7%,88%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 224 of 255 = 88%
B 64 of 255 = 25%

18
224
64

R + G + B ~ 40%. #12E040 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 224 + 64 = 306 (100%)
R 18 of 306 ~ 5.88%
G 224 of 306 ~ 73.2%
B 64 of 306 ~ 20.92%

%73.2
%20.92

CMYK color model

#12E040 color CMYK value is (92,0,71,12).

  • cyan value is 91.96%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 12.16%
CMYK:
(92,0,71,12)
C92M0Y71K12 
(92%,0%,71%,12%)
(0.92/0.00/0.71/0.12)	

CMYK percentages

%91.96
%0
%71.43
%12.16

Codes

Color #12E040 in popluar color models

12E040
RGB1822464
HSL133°85.12%47.45%
HSB/HSV133°91.96%87.84%
CMYK91.96%0.00%71.43%
12.16%

Color #12E040 in popluar number systems.

HEX12E040
Decimal1822464
Binary10010111000001000000
Octal22340100

Shades and tints

Shades of #12E040

#12E040
(18,224,64)
#11CC3B
(17,204,59)
#10B836
(16,184,54)
#0FA431
(15,164,49)
#0E902C
(14,144,44)
#0D7C27
(13,124,39)
#0C6822
(12,104,34)
#0B541D
(11,84,29)
#0A4018
(10,64,24)
#092C13
(9,44,19)
#08180E
(8,24,14)
#000000
(0,0,0)

Tints of #12E040

#12E040
(18,224,64)
#27E251
(39,226,81)
#3CE462
(60,228,98)
#51E673
(81,230,115)
#66E884
(102,232,132)
#7BEA95
(123,234,149)
#90ECA6
(144,236,166)
#A5EEB7
(165,238,183)
#BAF0C8
(186,240,200)
#CFF2D9
(207,242,217)
#E4F4EA
(228,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12E040 color. Also use rgb(18,224,64) instead hex code.

Text Font Color

.myTextColor { color: #12E040; }

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

This text font color is #12E040.


Background Color

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

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

This div background color is #12E040.


Border color

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

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

This div border color is #12E040.


Opacity

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

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

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

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

This text has shadow with #12E040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12E040 on black background.


Color preview on white background

This text has color #12E040 on white background.



Black color preview on #12E040 background

This text has black color on #12E040 background.


White color preview on #12E040 background

This text has white color on #12E040 background.