#2DD76C

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

Shades of Medium Sea Green #2DD76C

Tints of Medium Sea Green #2DD76C

Color information

#2DD76C (or 0x2DD76C) is unknown color: approx Medium Sea Green. HEX triplet: 2D, D7 and 6C. RGB value is (45,215,108). Sum of RGB (Red+Green+Blue) = 45+215+108=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD76C is #D22893. Grayscale: #989898. Windows color (decimal): -13772948 or 7132973. OLE color: 7132973.

HSL color Cylindrical-coordinate representation of color #2DD76C: hue angle of 142.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD76C is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB45215108-
CMYK0.7900.500.16
HSL142.24º68%50.98%-
HSV(B)142.24º79.07%84.31%-
XYZ28.0950.2422.4-
YUV151.97103.1851.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.23%
GREEN value IS 215 (84.38% from 255) = 58.42%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=12.23%
G=58.42%
B=29.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal452151080.7900.500.16142.246850.98
Hex2DD76C4F032108e4433
Octal553271541170622021610463
Binary1011011101011111011001001111011001010000100011101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,215,108); }

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

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

 a { background-color: rgb(45,215,108); }

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

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

 span { border-color: rgb(45,215,108); }

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