#2DFCA0

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

Shades of Medium Spring Green #2DFCA0

Tints of Medium Spring Green #2DFCA0

Color information

#2DFCA0 (or 0x2DFCA0) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FC and A0. RGB value is (45,252,160). Sum of RGB (Red+Green+Blue) = 45+252+160=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFCA0 is #D2035F. Grayscale: #B3B3B3. Windows color (decimal): -13763424 or 10550317. OLE color: 10550317.

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

Color convert

RGB45252160-
CMYK0.8200.370.01
HSL153.33º97.18%58.24%-
HSV(B)153.33º82.14%98.82%-
XYZ42.2472.7245.07-
YUV179.62116.9231.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.85%
GREEN value IS 252 (98.83% from 255) = 55.14%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=9.85%
G=55.14%
B=35.01%

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
Decimal452521600.8200.370.01153.3397.1858.24
Hex2DFCA052025199613a
Octal55374240122045123114172
Binary1011011111110010100000101001001001011100110011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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