COLOR #18E315

HEX: #18E315
RGB: (24,227,21)

Color info

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

RGB color model

#18E315 color RGB value is (24,227,21).

  • red value is 24;
  • green value is 227;
  • blue value is 21.
RGB:
(24,227,21)
(9%,89%,8%)

RGB channels and saturation

R 24 of 255 = 9%
G 227 of 255 = 89%
B 21 of 255 = 8%

24
227
21

R + G + B ~ 35%. #18E315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 227 + 21 = 272 (100%)
R 24 of 272 ~ 8.82%
G 227 of 272 ~ 83.46%
B 21 of 272 ~ 7.72%

%83.46

CMYK color model

#18E315 color CMYK value is (89,0,91,11).

  • cyan value is 89.43%
  • magenta value is 0.00%
  • yellow value is 90.75%
  • key color value is 10.98%
CMYK:
(89,0,91,11)
C89M0Y91K11 
(89%,0%,91%,11%)
(0.89/0.00/0.91/0.11)	

CMYK percentages

%89.43
%0
%90.75
%10.98

Codes

Color #18E315 in popluar color models

18E315
RGB2422721
HSL119°83.06%48.63%
HSB/HSV119°90.75%89.02%
CMYK89.43%0.00%90.75%
10.98%

Color #18E315 in popluar number systems.

HEX18E315
Decimal2422721
Binary110001110001110101
Octal3034325

Shades and tints

Shades of #18E315

#18E315
(24,227,21)
#16CF14
(22,207,20)
#14BB13
(20,187,19)
#12A712
(18,167,18)
#109311
(16,147,17)
#0E7F10
(14,127,16)
#0C6B0F
(12,107,15)
#0A570E
(10,87,14)
#08430D
(8,67,13)
#062F0C
(6,47,12)
#041B0B
(4,27,11)
#000000
(0,0,0)

Tints of #18E315

#18E315
(24,227,21)
#2DE52A
(45,229,42)
#42E73F
(66,231,63)
#57E954
(87,233,84)
#6CEB69
(108,235,105)
#81ED7E
(129,237,126)
#96EF93
(150,239,147)
#ABF1A8
(171,241,168)
#C0F3BD
(192,243,189)
#D5F5D2
(213,245,210)
#EAF7E7
(234,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18E315; }

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

This text font color is #18E315.


Background Color

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

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

This div background color is #18E315.


Border color

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

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

This div border color is #18E315.


Opacity

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

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

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

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

This text has shadow with #18E315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18E315 on black background.


Color preview on white background

This text has color #18E315 on white background.



Black color preview on #18E315 background

This text has black color on #18E315 background.


White color preview on #18E315 background

This text has white color on #18E315 background.