#2DFAB0

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

Shades of Medium Spring Green #2DFAB0

Tints of Medium Spring Green #2DFAB0

Color information

#2DFAB0 (or 0x2DFAB0) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FA and B0. RGB value is (45,250,176). Sum of RGB (Red+Green+Blue) = 45+250+176=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFAB0 is #D2054F. Grayscale: #B4B4B4. Windows color (decimal): -13763920 or 11598381. OLE color: 11598381.

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

Color convert

RGB45250176-
CMYK0.8200.300.02
HSL158.34º95.35%57.84%-
HSV(B)158.34º82%98.04%-
XYZ43.172.0652.71-
YUV180.27125.5831.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.55%
GREEN value IS 250 (98.05% from 255) = 53.08%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=9.55%
G=53.08%
B=37.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal452501760.8200.300.02158.3495.3557.84
Hex2DFAB05201E29e5f3a
Octal55372260122036223613772
Binary1011011111101010110000101001001111010100111101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,250,176); }

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

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

 a { background-color: rgb(45,250,176); }

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

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

 span { border-color: rgb(45,250,176); }

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