#2DCA5B

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

Shades of Medium Sea Green #2DCA5B

Tints of Medium Sea Green #2DCA5B

Color information

#2DCA5B (or 0x2DCA5B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, CA and 5B. RGB value is (45,202,91). Sum of RGB (Red+Green+Blue) = 45+202+91=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA5B is #D235A4. Grayscale: #8E8E8E. Windows color (decimal): -13776293 or 6015533. OLE color: 6015533.

HSL color Cylindrical-coordinate representation of color #2DCA5B: hue angle of 137.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA5B is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB4520291-
CMYK0.7800.550.21
HSL137.58º63.56%48.43%-
HSV(B)137.58º77.72%79.22%-
XYZ24.0943.5517.03-
YUV142.498.9958.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.31%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=13.31%
G=59.76%
B=26.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45202910.7800.550.21137.5863.5648.43
Hex2DCA5B4E037158a4030
Octal553121331160672521210060
Binary1011011100101010110111001110011011110101100010101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,202,91); }

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

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

 a { background-color: rgb(45,202,91); }

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

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

 span { border-color: rgb(45,202,91); }

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