COLOR #6CED02

HEX: #6CED02
RGB: (108,237,2)

Color info

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

RGB color model

#6CED02 color RGB value is (108,237,2).

  • red value is 108;
  • green value is 237;
  • blue value is 2.
RGB:
(108,237,2)
(42%,93%,1%)

RGB channels and saturation

R 108 of 255 = 42%
G 237 of 255 = 93%
B 2 of 255 = 1%

108
237
2

R + G + B ~ 45%. #6CED02 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 237 + 2 = 347 (100%)
R 108 of 347 ~ 31.12%
G 237 of 347 ~ 68.3%
B 2 of 347 ~ 0.58%

%31.12
%68.3

CMYK color model

#6CED02 color CMYK value is (54,0,99,7).

  • cyan value is 54.43%
  • magenta value is 0.00%
  • yellow value is 99.16%
  • key color value is 7.06%
CMYK:
(54,0,99,7)
C54M0Y99K7 
(54%,0%,99%,7%)
(0.54/0.00/0.99/0.07)	

CMYK percentages

%54.43
%0
%99.16
%7.06

Codes

Color #6CED02 in popluar color models

6CED02
RGB1082372
HSL93°98.33%46.86%
HSB/HSV93°99.16%92.94%
CMYK54.43%0.00%99.16%
7.06%

Color #6CED02 in popluar number systems.

HEX6CED02
Decimal1082372
Binary11011001110110110
Octal1543552

Shades and tints

Shades of #6CED02

#6CED02
(108,237,2)
#63D802
(99,216,2)
#5AC302
(90,195,2)
#51AE02
(81,174,2)
#489902
(72,153,2)
#3F8402
(63,132,2)
#366F02
(54,111,2)
#2D5A02
(45,90,2)
#244502
(36,69,2)
#1B3002
(27,48,2)
#121B02
(18,27,2)
#000000
(0,0,0)

Tints of #6CED02

#6CED02
(108,237,2)
#79EE19
(121,238,25)
#86EF30
(134,239,48)
#93F047
(147,240,71)
#A0F15E
(160,241,94)
#ADF275
(173,242,117)
#BAF38C
(186,243,140)
#C7F4A3
(199,244,163)
#D4F5BA
(212,245,186)
#E1F6D1
(225,246,209)
#EEF7E8
(238,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CED02 color. Also use rgb(108,237,2) instead hex code.

Text Font Color

.myTextColor { color: #6CED02; }

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

This text font color is #6CED02.


Background Color

.myBgColor { background-color: #6CED02; }

<div style="background-color:#6CED02">Inner text</div>

This div background color is #6CED02.


Border color

.myBorderColor { border: 1px solid #6CED02; }

<div style="border:3px solid #6CED02">Div</div>

This div border color is #6CED02.


Opacity

.myOpacity80 { color: #6CED02; opacity: 0.8; }

<p style="color:#6CED02;opacity:0.8;">80%</p>

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

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

This text has shadow with #6CED02 color.

.textShadow {text-shadow: 3px 3px 1px #6CED02, 3px 3px 1px red;}

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

This text has shadow with #6CED02 primary color and red secondary color.


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

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

This text has shadow with #6CED02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CED02 on black background.


Color preview on white background

This text has color #6CED02 on white background.



Black color preview on #6CED02 background

This text has black color on #6CED02 background.


White color preview on #6CED02 background

This text has white color on #6CED02 background.