#2DCE7C

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

Shades of Medium Sea Green #2DCE7C

Tints of Medium Sea Green #2DCE7C

Color information

#2DCE7C (or 0x2DCE7C) is unknown color: approx Medium Sea Green. HEX triplet: 2D, CE and 7C. RGB value is (45,206,124). Sum of RGB (Red+Green+Blue) = 45+206+124=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE7C is #D23183. Grayscale: #949494. Windows color (decimal): -13775236 or 8179245. OLE color: 8179245.

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

Color convert

RGB45206124-
CMYK0.7800.400.19
HSL149.44º64.14%49.22%-
HSV(B)149.44º78.16%80.78%-
XYZ26.7946.1626.57-
YUV148.51114.1654.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12%
GREEN value IS 206 (80.86% from 255) = 54.93%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=12%
G=54.93%
B=33.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal452061240.7800.400.19149.4464.1449.22
Hex2DCE7C4E02813954031
Octal553161741160502322510061
Binary1011011100111011111001001110010100010011100101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,206,124); }

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

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

 a { background-color: rgb(45,206,124); }

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

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

 span { border-color: rgb(45,206,124); }

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