COLOR #18EB12

HEX: #18EB12
RGB: (24,235,18)

Color info

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

RGB color model

#18EB12 color RGB value is (24,235,18).

  • red value is 24;
  • green value is 235;
  • blue value is 18.
RGB:
(24,235,18)
(9%,92%,7%)

RGB channels and saturation

R 24 of 255 = 9%
G 235 of 255 = 92%
B 18 of 255 = 7%

24
235
18

R + G + B ~ 36%. #18EB12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 235 + 18 = 277 (100%)
R 24 of 277 ~ 8.66%
G 235 of 277 ~ 84.84%
B 18 of 277 ~ 6.5%

%84.84

CMYK color model

#18EB12 color CMYK value is (90,0,92,8).

  • cyan value is 89.79%
  • magenta value is 0.00%
  • yellow value is 92.34%
  • key color value is 7.84%
CMYK:
(90,0,92,8)
C90M0Y92K8 
(90%,0%,92%,8%)
(0.90/0.00/0.92/0.08)	

CMYK percentages

%89.79
%0
%92.34
%7.84

Codes

Color #18EB12 in popluar color models

18EB12
RGB2423518
HSL118°85.77%49.61%
HSB/HSV118°92.34%92.16%
CMYK89.79%0.00%92.34%
7.84%

Color #18EB12 in popluar number systems.

HEX18EB12
Decimal2423518
Binary110001110101110010
Octal3035322

Shades and tints

Shades of #18EB12

#18EB12
(24,235,18)
#16D611
(22,214,17)
#14C110
(20,193,16)
#12AC0F
(18,172,15)
#10970E
(16,151,14)
#0E820D
(14,130,13)
#0C6D0C
(12,109,12)
#0A580B
(10,88,11)
#08430A
(8,67,10)
#062E09
(6,46,9)
#041908
(4,25,8)
#000000
(0,0,0)

Tints of #18EB12

#18EB12
(24,235,18)
#2DEC27
(45,236,39)
#42ED3C
(66,237,60)
#57EE51
(87,238,81)
#6CEF66
(108,239,102)
#81F07B
(129,240,123)
#96F190
(150,241,144)
#ABF2A5
(171,242,165)
#C0F3BA
(192,243,186)
#D5F4CF
(213,244,207)
#EAF5E4
(234,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18EB12 color. Also use rgb(24,235,18) instead hex code.

Text Font Color

.myTextColor { color: #18EB12; }

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

This text font color is #18EB12.


Background Color

.myBgColor { background-color: #18EB12; }

<div style="background-color:#18EB12">Inner text</div>

This div background color is #18EB12.


Border color

.myBorderColor { border: 1px solid #18EB12; }

<div style="border:3px solid #18EB12">Div</div>

This div border color is #18EB12.


Opacity

.myOpacity80 { color: #18EB12; opacity: 0.8; }

<p style="color:#18EB12;opacity:0.8;">80%</p>

Text with #18EB12 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 #18EB12;}

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

This text has shadow with #18EB12 color.

.textShadow {text-shadow: 3px 3px 1px #18EB12, 3px 3px 1px red;}

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

This text has shadow with #18EB12 primary color and red secondary color.


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

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

This text has shadow with #18EB12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18EB12 on black background.


Color preview on white background

This text has color #18EB12 on white background.



Black color preview on #18EB12 background

This text has black color on #18EB12 background.


White color preview on #18EB12 background

This text has white color on #18EB12 background.