#2DC662

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

Shades of Medium Sea Green #2DC662

Tints of Medium Sea Green #2DC662

Color information

#2DC662 (or 0x2DC662) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C6 and 62. RGB value is (45,198,98). Sum of RGB (Red+Green+Blue) = 45+198+98=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC662 is #D2399D. Grayscale: #8D8D8D. Windows color (decimal): -13777310 or 6473261. OLE color: 6473261.

HSL color Cylindrical-coordinate representation of color #2DC662: hue angle of 140.78º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC662 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB4519898-
CMYK0.7700.510.22
HSL140.78º62.96%47.65%-
HSV(B)140.78º77.27%77.65%-
XYZ23.4841.8318.39-
YUV140.85103.8159.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.20%
GREEN value IS 198 (77.73% from 255) = 58.06%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=13.20%
G=58.06%
B=28.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45198980.7700.510.22140.7862.9647.65
Hex2DC6624D033168d3f30
Octal55306142115063262157760
Binary101101110001101100010100110101100111011010001101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,198,98); }

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

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

 a { background-color: rgb(45,198,98); }

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

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

 span { border-color: rgb(45,198,98); }

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