#2DC37E

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

Shades of Medium Sea Green #2DC37E

Tints of Medium Sea Green #2DC37E

Color information

#2DC37E (or 0x2DC37E) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C3 and 7E. RGB value is (45,195,126). Sum of RGB (Red+Green+Blue) = 45+195+126=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC37E is #D23C81. Grayscale: #8E8E8E. Windows color (decimal): -13778050 or 8307501. OLE color: 8307501.

HSL color Cylindrical-coordinate representation of color #2DC37E: hue angle of 152.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC37E is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB45195126-
CMYK0.7700.350.24
HSL152.4º62.5%47.06%-
HSV(B)152.4º76.92%76.47%-
XYZ24.3641.0926.39-
YUV142.28118.858.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.30%
GREEN value IS 195 (76.56% from 255) = 53.28%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=12.30%
G=53.28%
B=34.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451951260.7700.350.24152.462.547.06
Hex2DC37E4D02318983e2f
Octal55303176115043302307657
Binary101101110000111111110100110101000111100010011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,195,126); }

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

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

 a { background-color: rgb(45,195,126); }

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

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

 span { border-color: rgb(45,195,126); }

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