COLOR #15FC01

HEX: #15FC01
RGB: (21,252,1)

Color info

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

RGB color model

#15FC01 color RGB value is (21,252,1).

  • red value is 21;
  • green value is 252;
  • blue value is 1.
RGB:
(21,252,1)
(8%,99%,0%)

RGB channels and saturation

R 21 of 255 = 8%
G 252 of 255 = 99%
B 1 of 255 = 0%

21
252
1

R + G + B ~ 36%. #15FC01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 252 + 1 = 274 (100%)
R 21 of 274 ~ 7.66%
G 252 of 274 ~ 91.97%
B 1 of 274 ~ 0.36%

%91.97

CMYK color model

#15FC01 color CMYK value is (92,0,100,1).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 99.60%
  • key color value is 1.18%
CMYK:
(92,0,100,1)
C92M0Y100K1 
(92%,0%,100%,1%)
(0.92/0.00/1.00/0.01)	

CMYK percentages

%91.67
%0
%99.6
%1.18

Codes

Color #15FC01 in popluar color models

15FC01
RGB212521
HSL115°99.21%49.61%
HSB/HSV115°99.60%98.82%
CMYK91.67%0.00%99.60%
1.18%

Color #15FC01 in popluar number systems.

HEX15FC01
Decimal212521
Binary10101111111001
Octal253741

Shades and tints

Shades of #15FC01

#15FC01
(21,252,1)
#14E601
(20,230,1)
#13D001
(19,208,1)
#12BA01
(18,186,1)
#11A401
(17,164,1)
#108E01
(16,142,1)
#0F7801
(15,120,1)
#0E6201
(14,98,1)
#0D4C01
(13,76,1)
#0C3601
(12,54,1)
#0B2001
(11,32,1)
#000000
(0,0,0)

Tints of #15FC01

#15FC01
(21,252,1)
#2AFC18
(42,252,24)
#3FFC2F
(63,252,47)
#54FC46
(84,252,70)
#69FC5D
(105,252,93)
#7EFC74
(126,252,116)
#93FC8B
(147,252,139)
#A8FCA2
(168,252,162)
#BDFCB9
(189,252,185)
#D2FCD0
(210,252,208)
#E7FCE7
(231,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15FC01 color. Also use rgb(21,252,1) instead hex code.

Text Font Color

.myTextColor { color: #15FC01; }

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

This text font color is #15FC01.


Background Color

.myBgColor { background-color: #15FC01; }

<div style="background-color:#15FC01">Inner text</div>

This div background color is #15FC01.


Border color

.myBorderColor { border: 1px solid #15FC01; }

<div style="border:3px solid #15FC01">Div</div>

This div border color is #15FC01.


Opacity

.myOpacity80 { color: #15FC01; opacity: 0.8; }

<p style="color:#15FC01;opacity:0.8;">80%</p>

Text with #15FC01 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 #15FC01;}

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

This text has shadow with #15FC01 color.

.textShadow {text-shadow: 3px 3px 1px #15FC01, 3px 3px 1px red;}

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

This text has shadow with #15FC01 primary color and red secondary color.


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

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

This text has shadow with #15FC01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15FC01 on black background.


Color preview on white background

This text has color #15FC01 on white background.



Black color preview on #15FC01 background

This text has black color on #15FC01 background.


White color preview on #15FC01 background

This text has white color on #15FC01 background.