#2DC15A

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

Shades of Medium Sea Green #2DC15A

Tints of Medium Sea Green #2DC15A

Color information

#2DC15A (or 0x2DC15A) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C1 and 5A. RGB value is (45,193,90). Sum of RGB (Red+Green+Blue) = 45+193+90=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC15A is #D23EA5. Grayscale: #898989. Windows color (decimal): -13778598 or 5947693. OLE color: 5947693.

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

Color convert

RGB4519390-
CMYK0.7700.530.24
HSL138.24º62.18%46.67%-
HSV(B)138.24º76.68%75.69%-
XYZ2239.4416.13-
YUV137.01101.4762.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.72%
GREEN value IS 193 (75.78% from 255) = 58.84%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=13.72%
G=58.84%
B=27.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45193900.7700.530.24138.2462.1846.67
Hex2DC15A4D035188a3e2f
Octal55301132115065302127657
Binary101101110000011011010100110101101011100010001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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