#2DC76D

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

Shades of Medium Sea Green #2DC76D

Tints of Medium Sea Green #2DC76D

Color information

#2DC76D (or 0x2DC76D) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C7 and 6D. RGB value is (45,199,109). Sum of RGB (Red+Green+Blue) = 45+199+109=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC76D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC76D is #D23892. Grayscale: #8E8E8E. Windows color (decimal): -13777043 or 7194413. OLE color: 7194413.

HSL color Cylindrical-coordinate representation of color #2DC76D: hue angle of 144.94º 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 #2DC76D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB45199109-
CMYK0.7700.450.22
HSL144.94º63.11%47.84%-
HSV(B)144.94º77.39%78.04%-
XYZ24.2742.5121.39-
YUV142.69108.9858.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 199 (78.12% from 255) = 56.37%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=12.75%
G=56.37%
B=30.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451991090.7700.450.22144.9463.1147.84
Hex2DC76D4D02D16913f30
Octal55307155115055262217760
Binary101101110001111101101100110101011011011010010001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,199,109); }

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

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

 a { background-color: rgb(45,199,109); }

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

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

 span { border-color: rgb(45,199,109); }

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