#2DCE77

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

Shades of Medium Sea Green #2DCE77

Tints of Medium Sea Green #2DCE77

Color information

#2DCE77 (or 0x2DCE77) is unknown color: approx Medium Sea Green. HEX triplet: 2D, CE and 77. RGB value is (45,206,119). Sum of RGB (Red+Green+Blue) = 45+206+119=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE77 is #D23188. Grayscale: #949494. Windows color (decimal): -13775241 or 7851565. OLE color: 7851565.

HSL color Cylindrical-coordinate representation of color #2DCE77: hue angle of 147.58º 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 #2DCE77 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB45206119-
CMYK0.7800.420.19
HSL147.58º64.14%49.22%-
HSV(B)147.58º78.16%80.78%-
XYZ26.4846.0324.94-
YUV147.94111.6654.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.16%
GREEN value IS 206 (80.86% from 255) = 55.68%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=12.16%
G=55.68%
B=32.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal452061190.7800.420.19147.5864.1449.22
Hex2DCE774E02A13944031
Octal553161671160522322410061
Binary1011011100111011101111001110010101010011100101001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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