COLOR #07DE1F

HEX: #07DE1F
RGB: (7,222,31)

Color info

#07DE1F contains mainly green color. Web safe color of #07DE1F is #00CC33 (or #0C3).

RGB color model

#07DE1F color RGB value is (7,222,31).

  • red value is 7;
  • green value is 222;
  • blue value is 31.
RGB:
(7,222,31)
(3%,87%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 222 of 255 = 87%
B 31 of 255 = 12%

7
222
31

R + G + B ~ 34%. #07DE1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 222 + 31 = 260 (100%)
R 7 of 260 ~ 2.69%
G 222 of 260 ~ 85.38%
B 31 of 260 ~ 11.92%

%85.38
%11.92

CMYK color model

#07DE1F color CMYK value is (97,0,86,13).

  • cyan value is 96.85%
  • magenta value is 0.00%
  • yellow value is 86.04%
  • key color value is 12.94%
CMYK:
(97,0,86,13)
C97M0Y86K13 
(97%,0%,86%,13%)
(0.97/0.00/0.86/0.13)	

CMYK percentages

%96.85
%0
%86.04
%12.94

Codes

Color #07DE1F in popluar color models

07DE1F
RGB722231
HSL127°93.89%44.90%
HSB/HSV127°96.85%87.06%
CMYK96.85%0.00%86.04%
12.94%

Color #07DE1F in popluar number systems.

HEX07DE1F
Decimal722231
Binary1111101111011111
Octal733637

Shades and tints

Shades of #07DE1F

#07DE1F
(7,222,31)
#07CA1D
(7,202,29)
#07B61B
(7,182,27)
#07A219
(7,162,25)
#078E17
(7,142,23)
#077A15
(7,122,21)
#076613
(7,102,19)
#075211
(7,82,17)
#073E0F
(7,62,15)
#072A0D
(7,42,13)
#07160B
(7,22,11)
#000000
(0,0,0)

Tints of #07DE1F

#07DE1F
(7,222,31)
#1DE133
(29,225,51)
#33E447
(51,228,71)
#49E75B
(73,231,91)
#5FEA6F
(95,234,111)
#75ED83
(117,237,131)
#8BF097
(139,240,151)
#A1F3AB
(161,243,171)
#B7F6BF
(183,246,191)
#CDF9D3
(205,249,211)
#E3FCE7
(227,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07DE1F color. Also use rgb(7,222,31) instead hex code.

Text Font Color

.myTextColor { color: #07DE1F; }

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

This text font color is #07DE1F.


Background Color

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

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

This div background color is #07DE1F.


Border color

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

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

This div border color is #07DE1F.


Opacity

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

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

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

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

This text has shadow with #07DE1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07DE1F on black background.


Color preview on white background

This text has color #07DE1F on white background.



Black color preview on #07DE1F background

This text has black color on #07DE1F background.


White color preview on #07DE1F background

This text has white color on #07DE1F background.