#2DC16B

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

Shades of Medium Sea Green #2DC16B

Tints of Medium Sea Green #2DC16B

Color information

#2DC16B (or 0x2DC16B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C1 and 6B. RGB value is (45,193,107). Sum of RGB (Red+Green+Blue) = 45+193+107=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC16B is #D23E94. Grayscale: #8B8B8B. Windows color (decimal): -13778581 or 7061805. OLE color: 7061805.

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

Color convert

RGB45193107-
CMYK0.7700.450.24
HSL145.14º62.18%46.67%-
HSV(B)145.14º76.68%75.69%-
XYZ22.8139.7620.38-
YUV138.94109.9760.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.04%
GREEN value IS 193 (75.78% from 255) = 55.94%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=13.04%
G=55.94%
B=31.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451931070.7700.450.24145.1462.1846.67
Hex2DC16B4D02D18913e2f
Octal55301153115055302217657
Binary101101110000011101011100110101011011100010010001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,193,107); }

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

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

 a { background-color: rgb(45,193,107); }

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

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

 span { border-color: rgb(45,193,107); }

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