#2DCA5C

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

Shades of Medium Sea Green #2DCA5C

Tints of Medium Sea Green #2DCA5C

Color information

#2DCA5C (or 0x2DCA5C) is unknown color: approx Medium Sea Green. HEX triplet: 2D, CA and 5C. RGB value is (45,202,92). Sum of RGB (Red+Green+Blue) = 45+202+92=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA5C is #D235A3. Grayscale: #8E8E8E. Windows color (decimal): -13776292 or 6081069. OLE color: 6081069.

HSL color Cylindrical-coordinate representation of color #2DCA5C: hue angle of 137.96º 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 #2DCA5C is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB4520292-
CMYK0.7800.540.21
HSL137.96º63.56%48.43%-
HSV(B)137.96º77.72%79.22%-
XYZ24.1343.5717.26-
YUV142.5299.4958.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 202 (79.30% from 255) = 59.59%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=13.27%
G=59.59%
B=27.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45202920.7800.540.21137.9663.5648.43
Hex2DCA5C4E036158a4030
Octal553121341160662521210060
Binary1011011100101010111001001110011011010101100010101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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