#2dcc66

Color #2DCC66 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DCC66

Tints of Medium Sea Green #2DCC66

Color information

#2DCC66 (or 0x2DCC66) is unknown color: approx Medium Sea Green. HEX triplet: 2D, CC and 66. RGB value is (45,204,102). Sum of RGB (Red+Green+Blue) = 45+204+102=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCC66 is #D23399. Grayscale: #919191. Windows color (decimal): -13775770 or 6736941. OLE color: 6736941.

HSL color Cylindrical-coordinate representation of color #2DCC66: hue angle of 141.51º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCC66 is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB45204102-
CMYK0.7800.50.2
HSL141.51º63.86%48.82%-
HSV(B)141.51º77.94%80%-
XYZ25.0744.719.88-
YUV144.83103.8256.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 12.82%
GREEN value IS 204 (80.08% from 255) = 58.12%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=12.82%
G=58.12%
B=29.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal452041020.7800.50.2141.5163.8648.82
Hex2DCC664E032148e4031
Octal553141461160622421610061
Binary1011011100110011001101001110011001010100100011101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dcc66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2dcc66; }

 p { color: rgb(45,204,102); }

 H1.HeaderClassName
 {
   color: #2dcc66;
 }
 .AnyTagClassName
 {
   color: #2dcc66;
 }
</style>
background-color css

<style>
 a { background-color: #2dcc66; }

 a { background-color: rgb(45,204,102); }

 div.DivClassName
 {
   background-color: #2dcc66;
 }
 .BgClassName
 {
   background-color: #2dcc66;
 }
</style>
border-color css

<style>
 span { border-color: #2dcc66; }

 span { border-color: rgb(45,204,102); }

 td.TdClassName
 {
   border-color: #2dcc66;
 }
 .TagClassName
 {
   border-color: #2dcc66;
 }
</style>