COLOR #12E704

HEX: #12E704
RGB: (18,231,4)

Color info

#12E704 contains mainly green color. Web safe color of #12E704 is #00FF00 (or #0F0).

RGB color model

#12E704 color RGB value is (18,231,4).

  • red value is 18;
  • green value is 231;
  • blue value is 4.
RGB:
(18,231,4)
(7%,91%,2%)

RGB channels and saturation

R 18 of 255 = 7%
G 231 of 255 = 91%
B 4 of 255 = 2%

18
231
4

R + G + B ~ 33%. #12E704 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 231 + 4 = 253 (100%)
R 18 of 253 ~ 7.11%
G 231 of 253 ~ 91.3%
B 4 of 253 ~ 1.58%

%91.3

CMYK color model

#12E704 color CMYK value is (92,0,98,9).

  • cyan value is 92.21%
  • magenta value is 0.00%
  • yellow value is 98.27%
  • key color value is 9.41%
CMYK:
(92,0,98,9)
C92M0Y98K9 
(92%,0%,98%,9%)
(0.92/0.00/0.98/0.09)	

CMYK percentages

%92.21
%0
%98.27
%9.41

Codes

Color #12E704 in popluar color models

12E704
RGB182314
HSL116°96.60%46.08%
HSB/HSV116°98.27%90.59%
CMYK92.21%0.00%98.27%
9.41%

Color #12E704 in popluar number systems.

HEX12E704
Decimal182314
Binary1001011100111100
Octal223474

Shades and tints

Shades of #12E704

#12E704
(18,231,4)
#11D204
(17,210,4)
#10BD04
(16,189,4)
#0FA804
(15,168,4)
#0E9304
(14,147,4)
#0D7E04
(13,126,4)
#0C6904
(12,105,4)
#0B5404
(11,84,4)
#0A3F04
(10,63,4)
#092A04
(9,42,4)
#081504
(8,21,4)
#000000
(0,0,0)

Tints of #12E704

#12E704
(18,231,4)
#27E91A
(39,233,26)
#3CEB30
(60,235,48)
#51ED46
(81,237,70)
#66EF5C
(102,239,92)
#7BF172
(123,241,114)
#90F388
(144,243,136)
#A5F59E
(165,245,158)
#BAF7B4
(186,247,180)
#CFF9CA
(207,249,202)
#E4FBE0
(228,251,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12E704 color. Also use rgb(18,231,4) instead hex code.

Text Font Color

.myTextColor { color: #12E704; }

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

This text font color is #12E704.


Background Color

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

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

This div background color is #12E704.


Border color

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

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

This div border color is #12E704.


Opacity

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

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

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

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

This text has shadow with #12E704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12E704 on black background.


Color preview on white background

This text has color #12E704 on white background.



Black color preview on #12E704 background

This text has black color on #12E704 background.


White color preview on #12E704 background

This text has white color on #12E704 background.