COLOR #1CE714

HEX: #1CE714 RGB: (28,231,20)

Color info

#1CE714 contains mainly green color. Web safe color of #1CE714 is #33FF00 (or #3F0).

RGB color model

#1CE714 color RGB value is (28,231,20).

RGB: (28,231,20) (11%, 91%, 8%)

RGB channels and saturation

R 28 of 255 = 11%
G 231 of 255 = 91%
B 20 of 255 = 8%

28
231
20

R + G + B ~ 37%. #1CE714 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 231 + 20 = 279 (100%)
R 28 of 279 ~ 10.04%
G 231 of 279 ~ 82.8%
B 20 of 279 ~ 7.17'%

%82.8

CMYK color model

#1CE714 color CMYK value is (88,0,91,9).

  • cyan value is 87.88%
  • magenta value is 0.00%
  • yellow value is 91.34%
  • key color value is 9.41%

CMYK: (88,0,91,9)
C88M0Y91K9 (88%, 0%, 91%, 9%)
(0.88 / 0.00 / 0.91 / 0.09)

CMYK percentages

%87.88
%0
%91.34
%9.41

Codes

Color #1CE714 in popluar color models

1C E7 14
RGB 28 231 20
HSL 118° 84.06% 49.22%
HSB/HSV 118° 91.34% 90.59%
CMYK 87.88% 0.00% 91.34%
9.41%

Color #1CE714 in popluar number systems.

HEX 1C E7 14
Decimal 28 231 20
Binary 11100 11100111 10100
Octal 34 347 24

Shades and tints

Shades of #1CE714

#1CE714
(28,231,20)
#1AD213
(26,210,19)
#18BD12
(24,189,18)
#16A811
(22,168,17)
#149310
(20,147,16)
#127E0F
(18,126,15)
#10690E
(16,105,14)
#0E540D
(14,84,13)
#0C3F0C
(12,63,12)
#0A2A0B
(10,42,11)
#08150A
(8,21,10)
#000000
(0,0,0)

Tints of #1CE714

#1CE714
(28,231,20)
#30E929
(48,233,41)
#44EB3E
(68,235,62)
#58ED53
(88,237,83)
#6CEF68
(108,239,104)
#80F17D
(128,241,125)
#94F392
(148,243,146)
#A8F5A7
(168,245,167)
#BCF7BC
(188,247,188)
#D0F9D1
(208,249,209)
#E4FBE6
(228,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CE714 color. Also use rgb(28,231,20) instead hex code.

Text Font Color

.myTextColor { color: #1CE714; }

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

This text font color is #1CE714.

Background Color

.myBgColor { background-color: #1CE714; }

<div style="background-color:#1CE714">Inner text</div>

This div background color is #1CE714.

Border color

.myBorderColor { border: 1px solid #1CE714; }

<div style="border:3px solid #1CE714">Div</div>

This div border color is #1CE714.

Opacity

.myOpacity80 { color: #1CE714; opacity: 0.8; }

<p style="color:#1CE714;opacity:0.8;">80%</p>

Text with #1CE714 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 #1CE714;}

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

This text has shadow with #1CE714 color.


.textShadow {text-shadow: 3px 3px 1px #1CE714', 3px 3px 1px red;}

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

This text has shadow with #1CE714 primary color and red secondary color.


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

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

This text has shadow with #1CE714 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1CE714; -webkit-box-shadow: 1px 1px 3px 2px #1CE714; box-shadow:1px 1px 3px 2px #1CE714;">
Div content here
</div>

This div box has shadow with color #1CE714.

Preview

Color preview on black background

This text has color #1CE714 on black background.


Color preview on white background

This text has color #1CE714 on white background.


Black color preview on #1CE714 background

This text has black color on #1CE714 background.


White color preview on #1CE714 background

This text has white color on #1CE714 background.


Related colors

Complementary color

Complementary color for #hex is #E318EB.


I love getcolorcode.com

Triadic colors

1 #141CE7 and #E7141C with #1CE714 are triadic colors.

2 #14E71C and #E71C14 with #1CE714 are triadic colors.