COLOR #12CF4B

HEX: #12CF4B
RGB: (18,207,75)

Color info

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

RGB color model

#12CF4B color RGB value is (18,207,75).

  • red value is 18;
  • green value is 207;
  • blue value is 75.
RGB:
(18,207,75)
(7%,81%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 207 of 255 = 81%
B 75 of 255 = 29%

18
207
75

R + G + B ~ 39%. #12CF4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 207 + 75 = 300 (100%)
R 18 of 300 ~ 6%
G 207 of 300 ~ 69%
B 75 of 300 ~ 25%

%69
%25

CMYK color model

#12CF4B color CMYK value is (91,0,64,19).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 63.77%
  • key color value is 18.82%
CMYK:
(91,0,64,19)
C91M0Y64K19 
(91%,0%,64%,19%)
(0.91/0.00/0.64/0.19)	

CMYK percentages

%91.3
%0
%63.77
%18.82

Codes

Color #12CF4B in popluar color models

12CF4B
RGB1820775
HSL138°84.00%44.12%
HSB/HSV138°91.30%81.18%
CMYK91.30%0.00%63.77%
18.82%

Color #12CF4B in popluar number systems.

HEX12CF4B
Decimal1820775
Binary10010110011111001011
Octal22317113

Shades and tints

Shades of #12CF4B

#12CF4B
(18,207,75)
#11BD45
(17,189,69)
#10AB3F
(16,171,63)
#0F9939
(15,153,57)
#0E8733
(14,135,51)
#0D752D
(13,117,45)
#0C6327
(12,99,39)
#0B5121
(11,81,33)
#0A3F1B
(10,63,27)
#092D15
(9,45,21)
#081B0F
(8,27,15)
#000000
(0,0,0)

Tints of #12CF4B

#12CF4B
(18,207,75)
#27D35B
(39,211,91)
#3CD76B
(60,215,107)
#51DB7B
(81,219,123)
#66DF8B
(102,223,139)
#7BE39B
(123,227,155)
#90E7AB
(144,231,171)
#A5EBBB
(165,235,187)
#BAEFCB
(186,239,203)
#CFF3DB
(207,243,219)
#E4F7EB
(228,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12CF4B color. Also use rgb(18,207,75) instead hex code.

Text Font Color

.myTextColor { color: #12CF4B; }

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

This text font color is #12CF4B.


Background Color

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

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

This div background color is #12CF4B.


Border color

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

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

This div border color is #12CF4B.


Opacity

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

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

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

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

This text has shadow with #12CF4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12CF4B on black background.


Color preview on white background

This text has color #12CF4B on white background.



Black color preview on #12CF4B background

This text has black color on #12CF4B background.


White color preview on #12CF4B background

This text has white color on #12CF4B background.