#2DCA66

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

Shades of Medium Sea Green #2DCA66

Tints of Medium Sea Green #2DCA66

Color information

#2DCA66 (or 0x2DCA66) is unknown color: approx Medium Sea Green. HEX triplet: 2D, CA and 66. RGB value is (45,202,102). Sum of RGB (Red+Green+Blue) = 45+202+102=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA66 is #D23599. Grayscale: #8F8F8F. Windows color (decimal): -13776282 or 6736429. OLE color: 6736429.

HSL color Cylindrical-coordinate representation of color #2DCA66: hue angle of 141.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA66 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB45202102-
CMYK0.7800.500.21
HSL141.78º63.56%48.43%-
HSV(B)141.78º77.72%79.22%-
XYZ24.643.7619.72-
YUV143.66104.4957.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.89%
GREEN value IS 202 (79.30% from 255) = 57.88%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=12.89%
G=57.88%
B=29.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal452021020.7800.500.21141.7863.5648.43
Hex2DCA664E032158e4030
Octal553121461160622521610060
Binary1011011100101011001101001110011001010101100011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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