COLOR #7CEB01

HEX: #7CEB01
RGB: (124,235,1)

Color info

#7CEB01 contains mainly green color. Web safe color of #7CEB01 is #66FF00 (or #6F0).

RGB color model

#7CEB01 color RGB value is (124,235,1).

  • red value is 124;
  • green value is 235;
  • blue value is 1.
RGB:
(124,235,1)
(49%,92%,0%)

RGB channels and saturation

R 124 of 255 = 49%
G 235 of 255 = 92%
B 1 of 255 = 0%

124
235
1

R + G + B ~ 47%. #7CEB01 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 235 + 1 = 360 (100%)
R 124 of 360 ~ 34.44%
G 235 of 360 ~ 65.28%
B 1 of 360 ~ 0.28%

%34.44
%65.28

CMYK color model

#7CEB01 color CMYK value is (47,0,100,8).

  • cyan value is 47.23%
  • magenta value is 0.00%
  • yellow value is 99.57%
  • key color value is 7.84%
CMYK:
(47,0,100,8)
C47M0Y100K8 
(47%,0%,100%,8%)
(0.47/0.00/1.00/0.08)	

CMYK percentages

%47.23
%0
%99.57
%7.84

Codes

Color #7CEB01 in popluar color models

7CEB01
RGB1242351
HSL88°99.15%46.27%
HSB/HSV88°99.57%92.16%
CMYK47.23%0.00%99.57%
7.84%

Color #7CEB01 in popluar number systems.

HEX7CEB01
Decimal1242351
Binary1111100111010111
Octal1743531

Shades and tints

Shades of #7CEB01

#7CEB01
(124,235,1)
#71D601
(113,214,1)
#66C101
(102,193,1)
#5BAC01
(91,172,1)
#509701
(80,151,1)
#458201
(69,130,1)
#3A6D01
(58,109,1)
#2F5801
(47,88,1)
#244301
(36,67,1)
#192E01
(25,46,1)
#0E1901
(14,25,1)
#000000
(0,0,0)

Tints of #7CEB01

#7CEB01
(124,235,1)
#87EC18
(135,236,24)
#92ED2F
(146,237,47)
#9DEE46
(157,238,70)
#A8EF5D
(168,239,93)
#B3F074
(179,240,116)
#BEF18B
(190,241,139)
#C9F2A2
(201,242,162)
#D4F3B9
(212,243,185)
#DFF4D0
(223,244,208)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CEB01 color. Also use rgb(124,235,1) instead hex code.

Text Font Color

.myTextColor { color: #7CEB01; }

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

This text font color is #7CEB01.


Background Color

.myBgColor { background-color: #7CEB01; }

<div style="background-color:#7CEB01">Inner text</div>

This div background color is #7CEB01.


Border color

.myBorderColor { border: 1px solid #7CEB01; }

<div style="border:3px solid #7CEB01">Div</div>

This div border color is #7CEB01.


Opacity

.myOpacity80 { color: #7CEB01; opacity: 0.8; }

<p style="color:#7CEB01;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CEB01 color.

.textShadow {text-shadow: 3px 3px 1px #7CEB01, 3px 3px 1px red;}

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

This text has shadow with #7CEB01 primary color and red secondary color.


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

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

This text has shadow with #7CEB01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEB01 on black background.


Color preview on white background

This text has color #7CEB01 on white background.



Black color preview on #7CEB01 background

This text has black color on #7CEB01 background.


White color preview on #7CEB01 background

This text has white color on #7CEB01 background.