#2DFDA0

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

Shades of Medium Spring Green #2DFDA0

Tints of Medium Spring Green #2DFDA0

Color information

#2DFDA0 (or 0x2DFDA0) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FD and A0. RGB value is (45,253,160). Sum of RGB (Red+Green+Blue) = 45+253+160=458 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.83% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFDA0 is #D2025F. Grayscale: #B4B4B4. Windows color (decimal): -13763168 or 10550573. OLE color: 10550573.

HSL color Cylindrical-coordinate representation of color #2DFDA0: hue angle of 153.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFDA0 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB45253160-
CMYK0.8200.370.01
HSL153.17º98.11%58.43%-
HSV(B)153.17º82.21%99.22%-
XYZ42.5573.3545.17-
YUV180.21116.5931.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.83%
GREEN value IS 253 (99.22% from 255) = 55.24%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=9.83%
G=55.24%
B=34.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal452531600.8200.370.01153.1798.1158.43
Hex2DFDA052025199623a
Octal55375240122045123114272
Binary1011011111110110100000101001001001011100110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,253,160); }

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

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

 a { background-color: rgb(45,253,160); }

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

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

 span { border-color: rgb(45,253,160); }

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