COLOR #07CE06

HEX: #07CE06 RGB: (7,206,6)

Color info

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

RGB color model

#07CE06 color RGB value is (7,206,6).

RGB: (7,206,6) (3%, 81%, 2%)

RGB channels and saturation

R 7 of 255 = 3%
G 206 of 255 = 81%
B 6 of 255 = 2%

7
206
6

R + G + B ~ 29%. #07CE06 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 206 + 6 = 219 (100%)
R 7 of 219 ~ 3.2%
G 206 of 219 ~ 94.06%
B 6 of 219 ~ 2.74'%

%94.06

CMYK color model

#07CE06 color CMYK value is (97,0,97,19).

  • cyan value is 96.60%
  • magenta value is 0.00%
  • yellow value is 97.09%
  • key color value is 19.22%

CMYK: (97,0,97,19)
C97M0Y97K19 (97%, 0%, 97%, 19%)
(0.97 / 0.00 / 0.97 / 0.19)

CMYK percentages

%96.6
%0
%97.09
%19.22

Codes

Color #07CE06 in popluar color models

07 CE 06
RGB 7 206 6
HSL 120° 94.34% 41.57%
HSB/HSV 120° 97.09% 80.78%
CMYK 96.60% 0.00% 97.09%
19.22%

Color #07CE06 in popluar number systems.

HEX 07 CE 06
Decimal 7 206 6
Binary 111 11001110 110
Octal 7 316 6

Shades and tints

Shades of #07CE06

#07CE06
(7,206,6)
#07BC06
(7,188,6)
#07AA06
(7,170,6)
#079806
(7,152,6)
#078606
(7,134,6)
#077406
(7,116,6)
#076206
(7,98,6)
#075006
(7,80,6)
#073E06
(7,62,6)
#072C06
(7,44,6)
#071A06
(7,26,6)
#000000
(0,0,0)

Tints of #07CE06

#07CE06
(7,206,6)
#1DD21C
(29,210,28)
#33D632
(51,214,50)
#49DA48
(73,218,72)
#5FDE5E
(95,222,94)
#75E274
(117,226,116)
#8BE68A
(139,230,138)
#A1EAA0
(161,234,160)
#B7EEB6
(183,238,182)
#CDF2CC
(205,242,204)
#E3F6E2
(227,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07CE06 color. Also use rgb(7,206,6) instead hex code.

Text Font Color

.myTextColor { color: #07CE06; }

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

This text font color is #07CE06.

Background Color

.myBgColor { background-color: #07CE06; }

<div style="background-color:#07CE06">Inner text</div>

This div background color is #07CE06.

Border color

.myBorderColor { border: 1px solid #07CE06; }

<div style="border:3px solid #07CE06">Div</div>

This div border color is #07CE06.

Opacity

.myOpacity80 { color: #07CE06; opacity: 0.8; }

<p style="color:#07CE06;opacity:0.8;">80%</p>

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

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

This text has shadow with #07CE06 color.


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

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

This text has shadow with #07CE06 primary color and red secondary color.


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

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

This text has shadow with #07CE06 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #07CE06.

Preview

Color preview on black background

This text has color #07CE06 on black background.


Color preview on white background

This text has color #07CE06 on white background.


Black color preview on #07CE06 background

This text has black color on #07CE06 background.


White color preview on #07CE06 background

This text has white color on #07CE06 background.


Related colors

Complementary color

Complementary color for #hex is #F831F9.


I love getcolorcode.com

Triadic colors

1 #0607CE and #CE0607 with #07CE06 are triadic colors.

2 #06CE07 and #CE0706 with #07CE06 are triadic colors.