#2DFDAD

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

Shades of Medium Spring Green #2DFDAD

Tints of Medium Spring Green #2DFDAD

Color information

#2DFDAD (or 0x2DFDAD) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FD and AD. RGB value is (45,253,173). Sum of RGB (Red+Green+Blue) = 45+253+173=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFDAD is #D20252. Grayscale: #B5B5B5. Windows color (decimal): -13763155 or 11402541. OLE color: 11402541.

HSL color Cylindrical-coordinate representation of color #2DFDAD: hue angle of 156.92º 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 #2DFDAD is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB45253173-
CMYK0.8200.320.01
HSL156.92º98.11%58.43%-
HSV(B)156.92º82.21%99.22%-
XYZ43.7573.8351.48-
YUV181.69123.0930.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.55%
GREEN value IS 253 (99.22% from 255) = 53.72%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=9.55%
G=53.72%
B=36.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal452531730.8200.320.01156.9298.1158.43
Hex2DFDAD5202019d623a
Octal55375255122040123514272
Binary1011011111110110101101101001001000001100111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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